[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29112] [PATCH 1/3] gnu: gdm: Fix config file path.
From: |
Timothy Sample |
Subject: |
[bug#29112] [PATCH 1/3] gnu: gdm: Fix config file path. |
Date: |
Mon, 23 Oct 2017 20:44:47 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
* gnu/packages/gnome.scm (gdm)[arguments]<#:phases>: Fix the
'pre-configure phase so that GDM finds its config file.
---
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 ecfd63d25..ef52871c8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5287,9 +5287,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")
--
2.14.3