We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48eada7 commit 462c5eeCopy full SHA for 462c5ee
src/faq.md
@@ -21,6 +21,7 @@
21
2. [Laptop Lid](#laptop-lid)
22
9. [Applications](#applications)
23
1. [gparted](#gparted)
24
+ 2. [GTK4](#gtk4)
25
26
# 1. Keybinds {#keybinds}
27
@@ -351,3 +352,11 @@ started labwc (not root) to fix this.
351
352
If `xauth` and/or `xhost` are not installed, it is possible to run with
353
`sudo -E gparted`.
354
355
+## 9.2 [GTK4]{#gtk4}
356
+
357
+### Q: My compose key stopped working
358
359
+This is due to a change in GTK4 which now requires input methods for compose.
360
+Either install a input method like ibus or fcitx5 or force GTK4 to use its
361
+built-in compose method by adding
362
+`GTK_IM_MODULE=simple` to `~/.config/labwc/environment`.
0 commit comments