Skip to content

Commit aa9456c

Browse files
committed
integration: add Gtk section on accented characters
1 parent 7ee2743 commit aa9456c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/integration.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
9. [Qt](#qt)
1616
10. [Clipboard](#clipboard)
1717
11. [Input Method](#input-method)
18-
12. [GTK](#gtk)
18+
12. [Gtk](#gtk)
1919

2020
# 1. Introduction {#introduction}
2121

@@ -415,7 +415,9 @@ So if you want to use IME with Chromium under labwc, you have following options:
415415
or by applying its patch. Then, you can enable IME with [text-input-v1] by
416416
running Chromium with `--enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime`.
417417

418-
# 12. GTK {#gtk}
418+
# 12. Gtk {#gtk}
419+
420+
## 12.1 File Chooser
419421

420422
In some recent GTK (>=4.16) applications (e.g. Gnome's Simple-Scan and Clapper)
421423
the File Chooser defaults to using xdg-portal technology which may not work
@@ -430,6 +432,13 @@ depending on your system setup. There are at least two ways to fallback to a
430432
`$HOME/.config/xdg-desktop-portal/` but please see [portal-user-home] for
431433
further details.
432434

435+
## 12.2 Compose
436+
437+
From version `4.20.0`, accented characters cannot be typed in GTK4 applications
438+
without using the `ibus` package. See [#3068] for details.
439+
440+
[#3068]: https://github.com/labwc/labwc/issues/3068
441+
433442
[labwc-portals.conf]: https://github.com/labwc/labwc/blob/master/data/labwc-portals.conf
434443
[portal-user-home]: https://flatpak.github.io/xdg-desktop-portal/docs/portals.conf.html
435444

0 commit comments

Comments
 (0)