Re: Running X on Guix 0.8

2014-11-24 Thread Ludovic Courtès
Omar Radwan skribis: > Can't I just use deco? You first need to have the service definition provided at all, using the stanza I gave. Then, you’ll be able to run ‘deco stop xorg-server’ and similar commands. HTH, Ludo’.

Re: Running X on Guix 0.8

2014-11-24 Thread Omar Radwan
Can't I just use deco? On Nov 24, 2014 6:25 AM, "Ludovic Courtès" wrote: > Currently the easiest way to get X running is to use ‘slim-service’: > > http://www.gnu.org/software/guix/manual/guix.html#X-Window > > Add it to the operating system declaration, like: > > (operating-system > ;; .

Re: Running X on Guix 0.8

2014-11-24 Thread Ludovic Courtès
Currently the easiest way to get X running is to use ‘slim-service’: 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 ‘guix system reconfigure c

Re: Running X on Guix 0.8

2014-11-24 Thread Adam Pribyl
On Sun, 23 Nov 2014, Omar Radwan wrote: I'm running Guix on one of my computers, I've installed icecat, xorg, and windowmaker. I was wondering whether it was possible to run X. I did not test it on 0.8 yet, but for 0.7 you have to start Xorg with module path to your profile like Xorg -module

Running X on Guix 0.8

2014-11-23 Thread Omar Radwan
I'm running Guix on one of my computers, I've installed icecat, xorg, and windowmaker. I was wondering whether it was possible to run X.