diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2015-05-26 14:12:32 +1200 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2015-05-26 14:12:32 +1200 |
commit | 628c68546ab95b7b678ba5902e7b33076f5a65f4 (patch) | |
tree | 9796dbefe8527771ef9eb9961e9d8d13f9957b65 | |
parent | c1d6fb8f5a393919a1cac14ffdcecfff3f20a9be (diff) |
Fix default X server command
-rw-r--r-- | src/x-server-local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x-server-local.c b/src/x-server-local.c index 53ea6082..3f58e0b7 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 |