components/gnome/gdm/patches/0020-no-gnome-initial-setup.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Thu, 23 Feb 2017 08:08:48 -0800
changeset 7686 745f0c9764a6
permissions -rw-r--r--
25550631 gdm fails to start with inability to find the gnome-intial-setup user
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7686
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
On some systems, we have seen gdm unable to start because it doesn't find
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
the gnome-initial-setup user.  We will never have gnome-initial-setup user
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
and shouldn't have gnome-intial-setup start with gdm as the username, so 
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
disabling it in the conf file.
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
--- gdm-3.18.2/data/gdm.conf-custom.in	2017-02-16 13:55:47.788461253 -0800
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
+++ gdm-3.18.2/data/gdm.conf-custom.in	2017-02-16 13:56:07.933402043 -0800
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
@@ -1,6 +1,7 @@
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
 # GDM configuration storage
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
 
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
 [daemon]
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
+InitialSetupEnable=False
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
 
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
 [security]
745f0c9764a6 25550631 gdm fails to start with inability to find the gnome-intial-setup user
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15