Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
2. [Laptop Lid](#laptop-lid)
9. [Applications](#applications)
1. [gparted](#gparted)
2. [GTK4](#gtk4)

# 1. Keybinds {#keybinds}

Expand Down Expand Up @@ -351,3 +352,11 @@ started labwc (not root) to fix this.
If `xauth` and/or `xhost` are not installed, it is possible to run with
`sudo -E gparted`.

## 9.2 [GTK4]{#gtk4}

### Q: My compose key stopped working

This is due to a change in GTK4 which now requires input methods for compose.
Either install a input method like ibus or fcitx5 or force GTK4 to use its
built-in compose method by adding `GTK_IM_MODULE=simple` to
`~/.config/labwc/environment`.
3 changes: 2 additions & 1 deletion src/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ depending on your system setup. There are at least two ways to fallback to a
## 12.2 Compose

From version `4.20.0`, compose keys (e.g. typing "à" with "\`" + "a" in
US-intl layout) do not work in GTK4 applications without using
US-intl layout) do not work in GTK4 applications without manual configuration
(`GTK_IM_MODULE=simple` in `~/.config/labwc/environment`) or using
[input methods](#input-method) like Fcitx5 and IBus. See [#3068] for details.

[#3068]: https://github.com/labwc/labwc/issues/3068
Expand Down