Skip to content

Commit e2d26f0

Browse files
committed
integration: add Gtk section on accented characters
1 parent 10d64fc commit e2d26f0

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
@@ -16,7 +16,7 @@
1616
9. [Qt](#qt)
1717
10. [Clipboard](#clipboard)
1818
11. [Input Method](#input-method)
19-
12. [GTK](#gtk)
19+
12. [Gtk](#gtk)
2020

2121
# 1. Introduction {#introduction}
2222

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

428-
# 12. GTK {#gtk}
428+
# 12. Gtk {#gtk}
429+
430+
## 12.1 File Chooser
429431

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

445+
## 12.2 Compose
446+
447+
From version `4.20.0`, accented characters cannot be typed in GTK4 applications
448+
without using the `ibus` package. See [#3068] for details.
449+
450+
[#3068]: https://github.com/labwc/labwc/issues/3068
451+
443452
[labwc-portals.conf]: https://github.com/labwc/labwc/blob/master/data/labwc-portals.conf
444453
[portal-user-home]: https://flatpak.github.io/xdg-desktop-portal/docs/portals.conf.html
445454

0 commit comments

Comments
 (0)