wayland: Don't try to autostart gnome-session
It won't work.
This commit is contained in:
parent
5b17c72047
commit
2ae0a72dad
@ -360,7 +360,7 @@ set_gnome_env (const char *name,
|
|||||||
"Setenv",
|
"Setenv",
|
||||||
g_variant_new ("(ss)", name, value),
|
g_variant_new ("(ss)", name, value),
|
||||||
NULL,
|
NULL,
|
||||||
G_DBUS_CALL_FLAGS_NONE,
|
G_DBUS_CALL_FLAGS_NO_AUTO_START,
|
||||||
-1, NULL, &error);
|
-1, NULL, &error);
|
||||||
if (error)
|
if (error)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user