guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: gdm: Fix config file path.


From: Ludovic Courtès
Subject: 03/11: gnu: gdm: Fix config file path.
Date: Tue, 7 Nov 2017 12:12:06 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 950d8e5d8ca5971c93082a9bdc4415fa20568e21
Author: Timothy Sample <address@hidden>
Date:   Mon Oct 23 20:44:47 2017 -0400

    gnu: gdm: Fix config file path.
    
    * gnu/packages/gnome.scm (gdm)[arguments]<#:phases>: Fix the
    'pre-configure phase so that GDM finds its config file.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6162b2f..35c40f2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5282,9 +5282,9 @@ libxml2.")
                 "    \"/run/current-system/profile/etc/xdg\");\n"
                 )))
             ;; Look for custom GDM conf in /run/current-system.
-            (substitute* '("common/gdm-settings-backend.c")
+            (substitute* '("common/gdm-settings-desktop-backend.c")
               (("GDM_CUSTOM_CONF")
-               "/run/current-system/etc/gdm/custom.conf"))
+               "\"/run/current-system/etc/gdm/custom.conf\""))
             ;; Use service-supplied path to X.
             (substitute* '("daemon/gdm-server.c")
               (("\\(X_SERVER X_SERVER_ARG_FORMAT")



reply via email to

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