mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
idle-monitor: Don't try to auto-start SessionManager
The interface is provided by gnome-session and not activatable. https://gitlab.gnome.org/GNOME/mutter/issues/134
This commit is contained in:
parent
3b4319a87c
commit
2319cd9c40
@ -246,7 +246,8 @@ meta_idle_monitor_init (MetaIdleMonitor *monitor)
|
|||||||
/* Monitor inhibitors */
|
/* Monitor inhibitors */
|
||||||
monitor->session_proxy =
|
monitor->session_proxy =
|
||||||
g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
|
g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
|
||||||
G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS,
|
G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS |
|
||||||
|
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START,
|
||||||
NULL,
|
NULL,
|
||||||
"org.gnome.SessionManager",
|
"org.gnome.SessionManager",
|
||||||
"/org/gnome/SessionManager",
|
"/org/gnome/SessionManager",
|
||||||
|
Loading…
Reference in New Issue
Block a user