summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-05-26 14:11:04 +1200
committerRobert Ancell <robert.ancell@canonical.com>2015-05-26 14:11:04 +1200
commit113ad0109f88042527e06bc8c1f25eb055f4b9a9 (patch)
treefb23664ea156a9944b2fdd8240a31928e0933ba9
parentb304948ab53f58c0b4c6bda06ebab523a48bd26d (diff)
downloadlightdm-git-113ad0109f88042527e06bc8c1f25eb055f4b9a9.tar.gz
Fix default X server command
-rw-r--r--src/x-server-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x-server-local.c b/src/x-server-local.c
index 3260585f..b6a55aa9 100644
--- a/src/x-server-local.c
+++ b/src/x-server-local.c
@@ -555,7 +555,7 @@ x_server_local_init (XServerLocal *server)
{
server->priv = G_TYPE_INSTANCE_GET_PRIVATE (server, X_SERVER_LOCAL_TYPE, XServerLocalPrivate);
server->priv->vt = -1;
- server->priv->command = g_strdup ("Xmir");
+ server->priv->command = g_strdup ("X");
}
static void