From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?5a6L5paH5q2m?= Subject: Re: Add an xfce session to SLiM login menu Date: Mon, 16 Mar 2015 09:23:19 +0800 Message-ID: References: <81cab59374536852c0008bdbb77cb72f@hcoop.net> 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]:41382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXJka-00012g-Px for guix-devel@gnu.org; Sun, 15 Mar 2015 21:23:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXJkY-0003tH-Vz for guix-devel@gnu.org; Sun, 15 Mar 2015 21:23:24 -0400 Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]:34488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXJkY-0003si-R2 for guix-devel@gnu.org; Sun, 15 Mar 2015 21:23:22 -0400 Received: by qcaz10 with SMTP id z10so32021598qca.1 for ; Sun, 15 Mar 2015 18:23:19 -0700 (PDT) In-Reply-To: <81cab59374536852c0008bdbb77cb72f@hcoop.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?B?55m944GE54aK77yg55u45pKy6YGT?= Cc: Guix-devel 2015-03-16 0:45 GMT+08:00 =E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6= =92=B2=E9=81=93 : > 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 some= one > 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. > -- > =E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6=92=B2=E9=81=93 >