guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: gdm: Disable initial system setup in GD


From: guix-commits
Subject: branch master updated: services: gdm: Disable initial system setup in GDM.
Date: Tue, 28 Jan 2020 15:08:19 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9111f97  services: gdm: Disable initial system setup in GDM.
9111f97 is described below

commit 9111f9750084cbc214d36e2ee16308f8edabf11d
Author: Leo Prikler <address@hidden>
AuthorDate: Mon Jan 27 23:56:57 2020 +0100

    services: gdm: Disable initial system setup in GDM.
    
    * gnu/services/xorg.scm (gdm-configuration-file): Disable 
gnome-initial-setup.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/services/xorg.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 9c84f74..73a32e4 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]