From 42922097a8d7c2ce2c3c4c829c2e3c83203bcd75 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 17 Nov 2025 15:31:35 +0300 Subject: wiki: Mention GTK dead keys / Compose --- docs/wiki/Application-Issues.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/wiki/Application-Issues.md b/docs/wiki/Application-Issues.md index faa9e456..573a28e6 100644 --- a/docs/wiki/Application-Issues.md +++ b/docs/wiki/Application-Issues.md @@ -52,6 +52,17 @@ To fix this, run them with the `_JAVA_AWT_WM_NONREPARENTING=1` environment varia For some reason, DMABUF screencasts are disabled in the Zen Browser, so screencasting doesn't work out of the box on niri. To fix it, open `about:config` and set `widget.dmabuf.force-enabled` to `true`. +### GTK 4 dead keys / Compose + +GTK 4.20 [stopped](https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/8556) handling dead keys and Compose on its own on Wayland. +To make them work, either run an IME like IBus or Fcitx5, or set the `GTK_IM_MODULE=simple` environment variable. + +```kdl +environment { + GTK_IM_MODULE "simple" +} +``` + ### Fullscreen games Some video games, both Linux-native and on Wine, have various issues when using non-stacking desktop environments. -- cgit