2021-09-28 07:25:29 +00:00
|
|
|
Index: gdm-41.0/daemon/gdm-display.c
|
2019-10-11 20:06:13 +00:00
|
|
|
===================================================================
|
2021-09-28 07:25:29 +00:00
|
|
|
--- gdm-41.0.orig/daemon/gdm-display.c
|
|
|
|
+++ gdm-41.0/daemon/gdm-display.c
|
|
|
|
@@ -573,7 +573,7 @@ gdm_display_prepare (GdmDisplay *self)
|
2021-08-11 10:36:28 +00:00
|
|
|
exit (EXIT_FAILURE);
|
|
|
|
}
|
2017-12-06 08:12:16 +00:00
|
|
|
|
2019-10-04 15:35:27 +00:00
|
|
|
- priv->doing_initial_setup = wants_initial_setup (self);
|
|
|
|
+ priv->doing_initial_setup = FALSE;
|
2017-12-06 08:12:16 +00:00
|
|
|
|
|
|
|
g_object_ref (self);
|
|
|
|
ret = GDM_DISPLAY_GET_CLASS (self)->prepare (self);
|
2021-09-28 07:25:29 +00:00
|
|
|
@@ -1542,6 +1542,7 @@ on_launch_environment_session_died (GdmL
|
2017-12-06 08:12:16 +00:00
|
|
|
self_destruct (self);
|
|
|
|
}
|
|
|
|
|
|
|
|
+#if 0
|
|
|
|
static gboolean
|
|
|
|
can_create_environment (const char *session_id)
|
|
|
|
{
|
2021-09-28 07:25:29 +00:00
|
|
|
@@ -1693,6 +1694,7 @@ wants_initial_setup (GdmDisplay *self)
|
2017-12-06 08:12:16 +00:00
|
|
|
|
|
|
|
return enabled;
|
|
|
|
}
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
void
|
|
|
|
gdm_display_start_greeter_session (GdmDisplay *self)
|
2021-09-28 07:25:29 +00:00
|
|
|
Index: gdm-41.0/data/gdm.schemas.in
|
2019-10-11 20:06:13 +00:00
|
|
|
===================================================================
|
2021-09-28 07:25:29 +00:00
|
|
|
--- gdm-41.0.orig/data/gdm.schemas.in
|
|
|
|
+++ gdm-41.0/data/gdm.schemas.in
|
2017-12-06 08:12:16 +00:00
|
|
|
@@ -50,7 +50,7 @@
|
|
|
|
<schema>
|
|
|
|
<key>daemon/InitialSetupEnable</key>
|
|
|
|
<signature>b</signature>
|
|
|
|
- <default>true</default>
|
|
|
|
+ <default>false</default>
|
|
|
|
</schema>
|
|
|
|
<schema>
|
2021-09-28 07:25:29 +00:00
|
|
|
<key>daemon/PreferredDisplayServer</key>
|