mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 <ludo@gnu.org>
This commit is contained in:
parent
25a5b187e8
commit
950d8e5d8c
1 changed files with 2 additions and 2 deletions
|
@ -5282,9 +5282,9 @@ (define-public gdm
|
|||
" \"/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")
|
||||
|
|
Loading…
Reference in a new issue