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 (cherry picked from commit 2319cd9c4014fcc0c2487d7c02e67857f940687e)
This commit is contained in:
parent
bcba6571f0
commit
728ed4fe38
@ -246,7 +246,8 @@ meta_idle_monitor_init (MetaIdleMonitor *monitor)
|
||||
/* Monitor inhibitors */
|
||||
monitor->session_proxy =
|
||||
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,
|
||||
"org.gnome.SessionManager",
|
||||
"/org/gnome/SessionManager",
|
||||
|
Loading…
x
Reference in New Issue
Block a user