mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: gdm: Fix configuration file discovery.
The configuration file loading code moved to a new file in version 2.28. * gnu/package/gnome.scm (gdm)[arguments]: Change the pre-configure phase to patch configuration file discovery into the 'gdm-settings.c' file.
This commit is contained in:
parent
395c142ed9
commit
a430a3501a
1 changed files with 2 additions and 2 deletions
|
@ -5655,8 +5655,8 @@ (define-public gdm
|
|||
"(self, \"" name "\","
|
||||
"g_getenv (\"" name "\"));\n"))
|
||||
propagate)))))
|
||||
;; Look for custom GDM conf in /run/current-system.
|
||||
(substitute* '("common/gdm-settings-desktop-backend.c")
|
||||
;; Find the configuration file using an environment variable.
|
||||
(substitute* '("common/gdm-settings.c")
|
||||
(("GDM_CUSTOM_CONF")
|
||||
(string-append "(g_getenv(\"GDM_CUSTOM_CONF\") != NULL"
|
||||
" ? g_getenv(\"GDM_CUSTOM_CONF\")"
|
||||
|
|
Loading…
Reference in a new issue