summaryrefslogtreecommitdiff
path: root/daemon/gdm-server.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2012-09-13 17:15:46 -0400
committerRay Strode <rstrode@redhat.com>2012-09-13 17:15:46 -0400
commit44aa21e74d59b011c9cce0ea321b1ff6f2dfc81e (patch)
tree68f403b591d0c2926411280d49a8d15fd9571758 /daemon/gdm-server.c
parent3b7053e7c20896b69981f52f7f9e295af9dad05f (diff)
downloadgdm-44aa21e74d59b011c9cce0ea321b1ff6f2dfc81e.tar.gz
server: start X with -background none not -br
This important for smooth boot transitions.
Diffstat (limited to 'daemon/gdm-server.c')
-rw-r--r--daemon/gdm-server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/gdm-server.c b/daemon/gdm-server.c
index 701a601c..d271cbad 100644
--- a/daemon/gdm-server.c
+++ b/daemon/gdm-server.c
@@ -323,13 +323,13 @@ gdm_server_init_command (GdmServer *server)
goto fallback;
}
- server->priv->command = g_strdup_printf (SYSTEMD_X_SERVER " -br -verbose%s", debug_options);
+ server->priv->command = g_strdup_printf (SYSTEMD_X_SERVER " -background none -verbose%s", debug_options);
return;
fallback:
#endif
- server->priv->command = g_strdup_printf (X_SERVER " -br -verbose%s", debug_options);
+ server->priv->command = g_strdup_printf (X_SERVER " -background none -verbose%s", debug_options);
}
static gboolean