From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Running X on Guix 0.8 Date: Mon, 24 Nov 2014 15:25:05 +0100 Message-ID: <87h9xo1xry.fsf@gnu.org> References: 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]:54092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsuZm-00045l-8y for guix-devel@gnu.org; Mon, 24 Nov 2014 09:25:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsuZf-00078G-KB for guix-devel@gnu.org; Mon, 24 Nov 2014 09:25:14 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:38377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsuZf-00077Z-Cj for guix-devel@gnu.org; Mon, 24 Nov 2014 09:25:07 -0500 In-Reply-To: (Omar Radwan's message of "Sun, 23 Nov 2014 12:45:03 -0800") 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: Omar Radwan Cc: guix-devel@gnu.org Currently the easiest way to get X running is to use =E2=80=98slim-service= =E2=80=99: http://www.gnu.org/software/guix/manual/guix.html#X-Window Add it to the operating system declaration, like: (operating-system ;; ... (services (cons (slim-service) %base-services))) Then =E2=80=98guix system reconfigure config.scm=E2=80=99, restart, and the= system should get straight to the graphical log-in screen (SLiM). HTH! Ludo=E2=80=99.