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>
This commit is contained in:
parent
92deb5cc92
commit
89c8656200
|
@ -5338,6 +5338,10 @@ libxml2.")
|
||||||
;; script. It provides a generic one if --enable-gdm-xsession is set.
|
;; script. It provides a generic one if --enable-gdm-xsession is set.
|
||||||
"--enable-gdm-xsession"
|
"--enable-gdm-xsession"
|
||||||
|
|
||||||
|
;; Use '/etc/environment' for locale settings instead of the
|
||||||
|
;; systemd-specific '/etc/locale.conf'.
|
||||||
|
"--with-lang-file=/etc/environment"
|
||||||
|
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
,(string-append "--with-default-path="
|
,(string-append "--with-default-path="
|
||||||
(string-join '("/run/setuid-programs"
|
(string-join '("/run/setuid-programs"
|
||||||
|
|
Loading…
Reference in New Issue