From 9c467dfeb2ab942cf70c0f7f75886e052c864907 Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Mon, 27 Jan 2020 23:56:57 +0100 Subject: [PATCH] services: Disable initial setup in GDM. * gnu/services/xorg.scm (gdm-configuration-file): Disable gnome-initial-setup. Starting it from GDM is probably not the right idea, given that a configuration record for gdm already exists, and it also causes bugs like #39281. --- gnu/services/xorg.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 9c84f7413f..2b2fd7539d 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -862,7 +862,10 @@ 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'. + "InitialSetupEnable=false\n" ;; Enable me once X is working. "WaylandEnable=false\n" "\n" -- 2.25.0