data: disable file-chooser in xdg-portals configuration

Similar like the Inhibit interface, the FileChooser does not work
on labwc and thus preventing a file dialog from appearing in
applications/toolkits using this interface (e.g. GTK 4.16).

Disabling this interfaces makes those GTK4 application fallback
to an alternative file open/safe dialog which works again normally
on labwc.
This commit is contained in:
Jens Peters 2024-11-02 23:34:06 +01:00
parent 14aad38a2c
commit 445737ae56
No known key found for this signature in database

View file

@ -1,3 +1,4 @@
[preferred]
default=wlr;*
org.freedesktop.impl.portal.Inhibit=none
org.freedesktop.impl.portal.FileChooser=none