GNU bug report logs - #21217
Only one icons shown in panel GuixSD installation with Xfce4 desktop

Previous Next

Package: guix;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Sat, 8 Aug 2015 00:03:02 UTC

Severity: normal

Tags: moreinfo

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21217 in the body.
You can then email your comments to 21217 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#21217; Package guix. (Sat, 08 Aug 2015 00:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 08 Aug 2015 00:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: bug-guix <at> gnu.org
Subject: Only one icons shown in panel GuixSD installation with Xfce4 desktop
Date: Sat, 8 Aug 2015 02:02:05 +0200
Hi,

after instlaling GuixSD and starting the Xfce4 desktop, only the folder
icon is shown in the panel. The other launchers are there, but the
buttons are empty (without icon but the size is right). For example,
"File Manager" (Thunar) has no icon shown.

With kind regards,
   Danny




Information forwarded to bug-guix <at> gnu.org:
bug#21217; Package guix. (Sat, 08 Aug 2015 11:56:02 GMT) Full text and rfc822 format available.

Message #8 received at 21217 <at> debbugs.gnu.org (full text, mbox):

From: Alex Kost <alezost <at> gmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 21217 <at> debbugs.gnu.org
Subject: Re: bug#21217: Only one icons shown in panel GuixSD installation with
 Xfce4 desktop
Date: Sat, 08 Aug 2015 14:55:20 +0300
Danny Milosavljevic (2015-08-08 03:02 +0300) wrote:

> Hi,
>
> after instlaling GuixSD and starting the Xfce4 desktop, only the folder
> icon is shown in the panel. The other launchers are there, but the
> buttons are empty (without icon but the size is right). For example,
> "File Manager" (Thunar) has no icon shown.

Hello, I don't really know but my guess is you need to install an icon
theme in your profile.  Try 'guix package -i gnome-icon-theme'.

-- 
Alex




Information forwarded to bug-guix <at> gnu.org:
bug#21217; Package guix. (Mon, 07 Sep 2015 13:47:02 GMT) Full text and rfc822 format available.

Message #11 received at 21217 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Alex Kost <alezost <at> gmail.com>
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>, 21217 <at> debbugs.gnu.org
Subject: Re: bug#21217: Only one icons shown in panel GuixSD installation with
 Xfce4 desktop
Date: Mon, 07 Sep 2015 15:45:58 +0200
Alex Kost <alezost <at> gmail.com> skribis:

> Danny Milosavljevic (2015-08-08 03:02 +0300) wrote:
>
>> Hi,
>>
>> after instlaling GuixSD and starting the Xfce4 desktop, only the folder
>> icon is shown in the panel. The other launchers are there, but the
>> buttons are empty (without icon but the size is right). For example,
>> "File Manager" (Thunar) has no icon shown.
>
> Hello, I don't really know but my guess is you need to install an icon
> theme in your profile.  Try 'guix package -i gnome-icon-theme'.

Alternately, try ‘guix package -i adwaita-icon-theme’ or add
gnome-icon-theme and/or adwaita-icon-theme to the ‘packages’ field of
your ‘operating-system’ configuration, along these lines:

  (use-package-modules gnome xfce) ;etc.

  (operating-system
    ;; ...
    (packages (cons* gnome-icons-theme adwaita-icon-theme xfce
                     ;; whatever else...
                     %base-packages)))

Could you report back?

TIA,
Ludo’.




Added tag(s) moreinfo. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Mon, 07 Sep 2015 13:47:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#21217; Package guix. (Wed, 09 Sep 2015 13:18:01 GMT) Full text and rfc822 format available.

Message #16 received at 21217 <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> gmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>, 21217 <at> debbugs.gnu.org
Subject: Re: bug#21217: Only one icons shown in panel GuixSD installation
 with	Xfce4 desktop
Date: Wed, 09 Sep 2015 21:18:28 +0800
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> Hi,
>
> after instlaling GuixSD and starting the Xfce4 desktop, only the folder
> icon is shown in the panel. The other launchers are there, but the
> buttons are empty (without icon but the size is right). For example,
> "File Manager" (Thunar) has no icon shown.
Yes, by default no icon theme is selected for Xfce, users have to run
'xfce4-appearance-settings' and select 'gnome'.
(I thought this was ok, but it seems bother many people.)

Should be fixed in commit 363ccf9f.  Thanks!




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Wed, 09 Sep 2015 20:10:02 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Wed, 09 Sep 2015 20:10:02 GMT) Full text and rfc822 format available.

Message #21 received at 21217-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: 宋文武 <iyzsong <at> gmail.com>
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>, 21217-done <at> debbugs.gnu.org
Subject: Re: bug#21217: Only one icons shown in panel GuixSD installation
 with	Xfce4 desktop
Date: Wed, 09 Sep 2015 22:09:47 +0200
宋文武 <iyzsong <at> gmail.com> skribis:

> Danny Milosavljevic <dannym <at> scratchpost.org> writes:
>
>> Hi,
>>
>> after instlaling GuixSD and starting the Xfce4 desktop, only the folder
>> icon is shown in the panel. The other launchers are there, but the
>> buttons are empty (without icon but the size is right). For example,
>> "File Manager" (Thunar) has no icon shown.
> Yes, by default no icon theme is selected for Xfce, users have to run
> 'xfce4-appearance-settings' and select 'gnome'.
> (I thought this was ok, but it seems bother many people.)
>
> Should be fixed in commit 363ccf9f.  Thanks!

Excellent, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 08 Oct 2015 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 212 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.