mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
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:
parent
14aad38a2c
commit
445737ae56
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
[preferred]
|
||||
default=wlr;*
|
||||
org.freedesktop.impl.portal.Inhibit=none
|
||||
org.freedesktop.impl.portal.FileChooser=none
|
||||
Loading…
Add table
Add a link
Reference in a new issue