guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: gdm: Change locale settings file.


From: guix-commits
Subject: 02/04: gnu: gdm: Change locale settings file.
Date: Sun, 30 Dec 2018 04:21:59 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 89c8656200a21485fd50fe4d277792d7d56c63e0
Author: Timothy Sample <address@hidden>
Date:   Sat Dec 29 21:42:02 2018 -0500

    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 <address@hidden>
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index da12a29..5fec15b 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]