Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,10 @@ So if you want to use IME with Chromium under labwc, you have following options:

# 12. GTK {#gtk}

In some recent GTK (>=4.16) applications the File Chooser defaults to using
xdg-portal technology which may not work depending on your system setup. There
are at least two ways to fallback to a 'normal' File Chooser:
In some recent GTK (>=4.16) applications (e.g. Gnome's Simple-Scan and Clapper)
the File Chooser defaults to using xdg-portal technology which may not work
depending on your system setup. There are at least two ways to fallback to a
'normal' File Chooser:

1. Set the environment variable `GDK_DEBUG=no-portals` (in for example
`$HOME/.config/labwc/environment`)
Expand Down
Loading