summaryrefslogtreecommitdiff
path: root/daemon/gdm-server.c
diff options
context:
space:
mode:
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