Re: [PATCH 1/2] services: slim: Allow non-absolute path to be used as session command.

2015-03-13 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> * gnu/services/xorg.scm (xinitrc)[builder]: Don't check the existence >> of COMMAND. Only run ~/.xsession when it exists. > > [...] > >> +(let* ((home (getenv "HOME")) >> + (xsession-file (string-append home "/.xsession")) >> +

Re: [PATCH 1/2] services: slim: Allow non-absolute path to be used as session command.

2015-03-12 Thread Ludovic Courtès
宋文武 skribis: > * gnu/services/xorg.scm (xinitrc)[builder]: Don't check the existence > of COMMAND. Only run ~/.xsession when it exists. [...] > +(let* ((home (getenv "HOME")) > + (xsession-file (string-append home "/.xsession")) > + (session (match (comman

[PATCH 1/2] services: slim: Allow non-absolute path to be used as session command.

2015-03-10 Thread 宋文武
* gnu/services/xorg.scm (xinitrc)[builder]: Don't check the existence of COMMAND. Only run ~/.xsession when it exists. --- gnu/services/xorg.scm | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.s