1
0
Fork 0

backends/native: Remove DO_NOT_AUTO_START flag from rtkit dbus proxy

With this flag, the KMS Thread isn't made realtime at boot when the shell
starts before the rtkit daemon

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3327>
This commit is contained in:
Agustín Dall'Alba 2023-10-14 00:05:26 +00:00 committed by Marge Bot
parent 917526ee9d
commit 9dff6a5013

View file

@ -218,8 +218,7 @@ ensure_realtime_kit_proxy (MetaThread *thread,
rtkit_proxy =
meta_dbus_realtime_kit1_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS |
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START,
G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS,
"org.freedesktop.RealtimeKit1",
"/org/freedesktop/RealtimeKit1",
NULL,