diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-12-29 21:42:02 -0500 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-12-30 10:20:39 +0100 |
commit | 89c8656200a21485fd50fe4d277792d7d56c63e0 (patch) | |
tree | 084d7bb8e55d35706b26a8037cc646a62e4469d6 /gnu/packages/gnome.scm | |
parent | 92deb5cc920fcc7617302986180f1abee5fd2b26 (diff) | |
download | guix-89c8656200a21485fd50fe4d277792d7d56c63e0.tar.gz guix-89c8656200a21485fd50fe4d277792d7d56c63e0.zip |
gnu: gdm: Change locale settings file.
* gnu/packages/gnome.scm (gdm)[arguments]: Set the '--with-lang-file'
configure flag to '/etc/environment'.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index da12a29879..5fec15b5d5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5338,6 +5338,10 @@ libxml2.") ;; script. It provides a generic one if --enable-gdm-xsession is set. "--enable-gdm-xsession" + ;; Use '/etc/environment' for locale settings instead of the + ;; systemd-specific '/etc/locale.conf'. + "--with-lang-file=/etc/environment" + "--localstatedir=/var" ,(string-append "--with-default-path=" (string-join '("/run/setuid-programs" |