* Add an xfce session to SLiM login menu
@ 2015-03-15 16:45 白い熊@相撲道
2015-03-16 1:23 ` 宋文武
0 siblings, 1 reply; 2+ messages in thread
From: 白い熊@相撲道 @ 2015-03-15 16:45 UTC (permalink / raw)
To: guix-devel
Hello:
I'd like to reconfigure the system, so that it offers ratpoison and xfce
as session types in SLiM.
In sysconfig.scm I currently have:
(services (cons* (slim-service #:sessions (list
%ratpoison-session-type))
...
How do I add xfce there?
Also, I need to probably add a (packages... section with xfce. Could
someone give me the proper line for this?
Anything else needed?
--
白い熊@相撲道
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Add an xfce session to SLiM login menu
2015-03-15 16:45 Add an xfce session to SLiM login menu 白い熊@相撲道
@ 2015-03-16 1:23 ` 宋文武
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2015-03-16 1:23 UTC (permalink / raw)
To: 白い熊@相撲道; +Cc: Guix-devel
2015-03-16 0:45 GMT+08:00 白い熊@相撲道 <guix-devel_gnu.org@sumou.com>:
> Hello:
>
> I'd like to reconfigure the system, so that it offers ratpoison and xfce as
> session types in SLiM.
>
> In sysconfig.scm I currently have:
>
> (services (cons* (slim-service #:sessions (list %ratpoison-session-type))
> ...
>
> How do I add xfce there?
>
> Also, I need to probably add a (packages... section with xfce. Could someone
> give me the proper line for this?
>
> Anything else needed?
With the latest Guix, the #:sessions parameter has been removed,
you only need to put ratpoison and xfce in (packages ...) field.
> --
> 白い熊@相撲道
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-16 1:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-15 16:45 Add an xfce session to SLiM login menu 白い熊@相撲道
2015-03-16 1:23 ` 宋文武
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.