[mutter] wayland: Don't try to autostart gnome-session



commit 2ae0a72dadb21b3184723184aec7078270abf1ee
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu May 15 14:16:20 2014 -0400

    wayland: Don't try to autostart gnome-session
    
    It won't work.

 src/wayland/meta-wayland.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c
index 7e8989e..ff9709a 100644
--- a/src/wayland/meta-wayland.c
+++ b/src/wayland/meta-wayland.c
@@ -360,7 +360,7 @@ set_gnome_env (const char *name,
                               "Setenv",
                               g_variant_new ("(ss)", name, value),
                               NULL,
-                              G_DBUS_CALL_FLAGS_NONE,
+                              G_DBUS_CALL_FLAGS_NO_AUTO_START,
                               -1, NULL, &error);
   if (error)
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]