File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -113,3 +113,14 @@ Read the ``portals.conf`` man page and run::
113113this will output a lot of debug information, which should tell you which
114114backend is chosen for which service. Read the debug output carefully to
115115determine why the kitten is not being selected.
116+
117+ If some GUI applications are not using the choose-files kitten for their file
118+ select dialogs, then make sure the environment variables mentioned above are
119+ set, you can also try running the the GUI application with them set explicitly,
120+ as::
121+
122+ QT_QPA_PLATFORMTHEME=xdgdesktopportal GTK_USE_PORTAL=1 my-gui-app
123+
124+ Note that not all applications use portals, so if some particular application
125+ is failing to use the portal but others work, report the issue to that
126+ applications' developers.
You can’t perform that action at this time.
0 commit comments