~ruther/guix-local

482dbe6a1622dce33b1c4b83775a0e6c53008686 — 宋文武 11 years ago e0b8567
services: slim: Pass SESSION to ~/.xsession as "$1".

* gnu/services/xorg.scm (xinitrc)[builder]: Pass SESSION to ~/.xsession.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/xorg.scm
M gnu/services/xorg.scm => gnu/services/xorg.scm +1 -1
@@ 175,7 175,7 @@ which should be passed to this script as the first argument.  If not, the
                                (_     #$fallback-session))))
          (if (file-exists? xsession-file)
              ;; Run ~/.xsession when it exists.
              (exec-from-login-shell xsession-file)
              (exec-from-login-shell xsession-file session)
              ;; Otherwise, start the specified session.
              (exec-from-login-shell session)))))
  (gexp->script "xinitrc" builder))