From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21217: Only one icons shown in panel GuixSD installation with Xfce4 desktop Date: Mon, 07 Sep 2015 15:45:58 +0200 Message-ID: <87bndeuyuh.fsf@gnu.org> References: <20150808020205.0400a6a4@scratchpost.org> <87si7uouzb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYwlG-0002qx-R6 for bug-guix@gnu.org; Mon, 07 Sep 2015 09:47:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYwlC-0007Aj-R6 for bug-guix@gnu.org; Mon, 07 Sep 2015 09:47:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYwlC-0007Aa-Nf for bug-guix@gnu.org; Mon, 07 Sep 2015 09:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZYwlC-0002s2-IT for bug-guix@gnu.org; Mon, 07 Sep 2015 09:47:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87si7uouzb.fsf@gmail.com> (Alex Kost's message of "Sat, 08 Aug 2015 14:55:20 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Alex Kost Cc: 21217@debbugs.gnu.org Alex Kost 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 =E2=80=98guix package -i adwaita-icon-theme=E2=80=99 or add gnome-icon-theme and/or adwaita-icon-theme to the =E2=80=98packages=E2=80= =99 field of your =E2=80=98operating-system=E2=80=99 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=E2=80=99.