From b6e27ef758ab03f937754b7e097b108de3a5daf4 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Wed, 25 Dec 2024 18:53:44 +0000 Subject: [PATCH] integration: expand gtk file chooser section ...to give a couple of example applications that this applies to. --- src/integration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/integration.md b/src/integration.md index c1b16d3..8b0bde6 100644 --- a/src/integration.md +++ b/src/integration.md @@ -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`)