Skip to content

Commit 761f1d7

Browse files
committed
...
1 parent 5f60081 commit 761f1d7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/kittens/desktop-ui.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,14 @@ Read the ``portals.conf`` man page and run::
113113
this will output a lot of debug information, which should tell you which
114114
backend is chosen for which service. Read the debug output carefully to
115115
determine 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.

0 commit comments

Comments
 (0)