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

2015-09-09 Thread 宋文武
Danny Milosavljevic  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!





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

2015-09-09 Thread Ludovic Courtès
宋文武  skribis:

> Danny Milosavljevic  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#21451: Error with incomplete command: "guix system"

2015-09-09 Thread Steve Sprang
When executing this incomplete command:

$ guix system

I expect to get a usage message, instead I get an error:

Backtrace:
In ice-9/boot-9.scm:
 157: 13 [catch #t # ...]
In unknown file:
   ?: 12 [apply-smob/1 #]
In ice-9/boot-9.scm:
  63: 11 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 10 [eval # #]
In ice-9/boot-9.scm:
2401: 9 [save-module-excursion #]
4050: 8 [#]
1724: 7 [%start-stack load-stack ...]
1729: 6 [#]
In unknown file:
   ?: 5 [primitive-load
"/gnu/store/c8nks9ldf1wx6fbv9zmq7v42z4fv2hqp-guix-0.8.3.5d09263/bin/.guix-real"]
In guix/ui.scm:
1066: 4 [run-guix-command system]
In ice-9/boot-9.scm:
 157: 3 [catch srfi-34 # ...]
 157: 2 [catch system-error ...]
In guix/scripts/system.scm:
 527: 1 [#]
In unknown file:
   ?: 0 [car ()]

ERROR: In procedure car:
ERROR: In procedure car: Wrong type (expecting pair): ()

-Steve