bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21217: Only one icons shown in panel GuixSD installation with Xfce4


From: Ludovic Courtès
Subject: bug#21217: Only one icons shown in panel GuixSD installation with Xfce4 desktop
Date: Mon, 07 Sep 2015 15:45:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost <address@hidden> 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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]