This commit is contained in:
Kovid Goyal 2026-02-13 11:15:41 +05:30
parent 7c7fc4d140
commit 55f14aa63b
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -11,7 +11,7 @@ Using terminal programs to provide Linux desktop components
Power users of terminals on Linux also often like to use bare bones window
managers instead of full fledged desktop environments. This kitten helps
provide parts of the desktop environment that are missing from such setups,
and does so using keyboard friendly, terminal first UI components. Some of its
and does so using keyboard friendly, terminal first, UI components. Some of its
features are:
* Replace the typical File Open/Save dialogs used in GUI programs with the
@ -116,7 +116,7 @@ determine why the kitten is not being selected.
If some GUI applications are not using the choose-files kitten for their file
select dialogs, then make sure the environment variables mentioned above are
set, you can also try running the the GUI application with them set explicitly,
set, you can also try running the GUI application with them set explicitly,
as::
QT_QPA_PLATFORMTHEME=xdgdesktopportal GTK_USE_PORTAL=1 my-gui-app