services: gdm: Disable initial system setup in GDM.
authorLeo Prikler <leo.prikler@student.tugraz.at>
Mon, 27 Jan 2020 22:56:57 +0000 (23:56 +0100)
committerDanny Milosavljevic <dannym@scratchpost.org>
Tue, 28 Jan 2020 20:06:24 +0000 (21:06 +0100)
* gnu/services/xorg.scm (gdm-configuration-file): Disable gnome-initial-setup.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu/services/xorg.scm

index 9c84f74..73a32e4 100644 (file)
@@ -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"