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.

Full log


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’.




This bug report was last modified 9 years and 261 days ago.

Previous Next


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