Re: /run/current-system

2015-06-07 Thread Ludovic Courtès
2.html /run/current-system exists on GuixSD (but obviously not on other systems). It contains the “system profile”, and in particular contains the locale data specified in the OS configuration (see <http://www.gnu.org/software/guix/manual/html_node/Locales.html>.) Thanks, Ludo’.

/run/current-system (was: Guix binary tarball)

2015-06-07 Thread Thomas Schwinge
$ guix --version warning: failed to install locale: Invalid argument guix (GNU Guix) 0.8.2 [...] strace: [...] open("/run/current-system/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/gnu/store/hy2hi0zj5hrqkmkhp

Re: [PATCH 1/2] services: slim: Use /run/current-system/profile/share/xsessions as sessiondir.

2015-03-12 Thread Ludovic Courtès
e. >>> (slim-service): Remove #:sessions parameter. >>> [slim.cfg]: Use /run/current-system/profile/share/xsessions as sessiondir. >>> * doc/guix.texi : Adjust accordingly. >> >> [...] >> >>> -(define (xsessions-directory sessions) >>> - &

Re: [PATCH 1/2] services: slim: Use /run/current-system/profile/share/xsessions as sessiondir.

2015-03-10 Thread 宋文武
ions parameter. >> [slim.cfg]: Use /run/current-system/profile/share/xsessions as sessiondir. >> * doc/guix.texi : Adjust accordingly. > > [...] > >> -(define (xsessions-directory sessions) >> - "Return a directory containing SESSIONS, a list of objects. >&

Re: [PATCH 1/2] services: slim: Use /run/current-system/profile/share/xsessions as sessiondir.

2015-03-10 Thread Ludovic Courtès
宋文武 skribis: > * gnu/services/xorg.scm (, %windowmaker-session-type) > (%ratposion-session-type, %sawfish-session-type, %default-xsessions) > (xsessions-directory): Remove. > (slim-service): Remove #:sessions parameter. > [slim.cfg]: Use /run/current-system/profile/sha

[PATCH 1/2] services: slim: Use /run/current-system/profile/share/xsessions as sessiondir.

2015-03-08 Thread 宋文武
* gnu/services/xorg.scm (, %windowmaker-session-type) (%ratposion-session-type, %sawfish-session-type, %default-xsessions) (xsessions-directory): Remove. (slim-service): Remove #:sessions parameter. [slim.cfg]: Use /run/current-system/profile/share/xsessions as sessiondir. * doc/guix.texi