Alex Kost <alezost@gmail.com> skribis:
Toggle quote (12 lines)
> 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 addgnome-icon-theme and/or adwaita-icon-theme to the ‘packages’ field ofyour ‘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’.