summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2020-01-27 23:56:57 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2020-01-28 21:06:24 +0100
commit9111f9750084cbc214d36e2ee16308f8edabf11d (patch)
tree9df314269e9143130f6454b41a681771932a9593
parent07a7cccbac59dd8265fffdd4b87616cd0419a2c7 (diff)
downloadpatches-9111f9750084cbc214d36e2ee16308f8edabf11d.tar
patches-9111f9750084cbc214d36e2ee16308f8edabf11d.tar.gz
services: gdm: Disable initial system setup in GDM.
* gnu/services/xorg.scm (gdm-configuration-file): Disable gnome-initial-setup. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r--gnu/services/xorg.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 9c84f7413f..73a32e4b02 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -862,7 +862,12 @@ the GNOME desktop environment.")
"#TimedLoginEnable=false\n"
"#TimedLogin=\n"
"#TimedLoginDelay=0\n"
- "#InitialSetupEnable=true\n"
+ ;; Disable initial system setup inside GDM.
+ ;; Whatever settings are set there should already be
+ ;; taken care of through `guix system'.
+ ;; See also
+ ;; <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39281>.
+ "InitialSetupEnable=false\n"
;; Enable me once X is working.
"WaylandEnable=false\n"
"\n"