mirror of
https://github.com/labwc/labwc.git
synced 2025-10-28 05:40:22 -04:00
data: disable Inhibit D-BUS interface in xdg-portals configuration (#2205)
The GTK xdg-portal implementation, which is used as the default behind the wlr xdg-portal implementation, exposes the Inhibit interface even on a non-Gnome session. Unfortunately this D-BUS interface does not work on labwc. By explicitly disabling this interface, firefox and may be other applications are not tricked into using the xdg-portal interface but use the Wayland IdleInhibit protocol instead which labwc supports.
This commit is contained in:
parent
c7983129d4
commit
cf123dd78e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
[preferred]
|
||||
default=wlr;*
|
||||
org.freedesktop.impl.portal.Inhibit=none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue