Skip to content

desktop: Don't create idle-inhibit

Guido Gunther requested to merge guido.gunther/phoc:drop-idle-inhibit into master

GTK4 uses zwp_idle_inhibit_manager_v1 if available (falling back to DBus only if not)¹. If we announce support but don't implement it properly idle inhibiting fails and playing videos is not fun.

So drop creation of the manager until we implement it properly.

Related #143

  1. https://gitlab.gnome.org/GNOME/gtk/-/blob/master/gtk/gtkapplication-wayland.c#L135
Edited by Guido Gunther

Merge request reports