From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdRK0-0003R6-RA for guix-patches@gnu.org; Sat, 29 Dec 2018 21:59:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdR4B-00042a-3F for guix-patches@gnu.org; Sat, 29 Dec 2018 21:43:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60060) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gdR4A-00041m-Ep for guix-patches@gnu.org; Sat, 29 Dec 2018 21:43:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gdR4A-0004va-C0 for guix-patches@gnu.org; Sat, 29 Dec 2018 21:43:02 -0500 Subject: [bug#33916] [PATCH 2/4] gnu: gdm: Change locale settings file. Resent-Message-ID: From: Timothy Sample Date: Sat, 29 Dec 2018 21:42:02 -0500 Message-Id: <20181230024204.4230-2-samplet@ngyro.com> In-Reply-To: <87bm53n3iu.fsf@ngyro.com> References: <87bm53n3iu.fsf@ngyro.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33916@debbugs.gnu.org * gnu/packages/gnome.scm (gdm)[arguments]: Set the '--with-lang-file' configure flag to '/etc/environment'. --- gnu/packages/gnome.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index da12a2987..5fec15b5d 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" -- 2.20.1