mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00: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 (cherry picked from commit 2319cd9c4014fcc0c2487d7c02e67857f940687e)
This commit is contained in:
parent
2d36f92c55
commit
3e2294ce44
@ -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