From 445737ae56ea6fbfd371f3d48a966a54ddac8c8e Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Sat, 2 Nov 2024 23:34:06 +0100 Subject: [PATCH] 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. --- data/labwc-portals.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/data/labwc-portals.conf b/data/labwc-portals.conf index 4b08b588..14497257 100644 --- a/data/labwc-portals.conf +++ b/data/labwc-portals.conf @@ -1,3 +1,4 @@ [preferred] default=wlr;* org.freedesktop.impl.portal.Inhibit=none +org.freedesktop.impl.portal.FileChooser=none \ No newline at end of file