Document GTK_IM_MODULE.

This commit is contained in:
ajacoutot
2025-09-08 07:20:20 +00:00
parent 4f8a5ed9f4
commit 30c1416ae1
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ COMMENT-guic= gtk+ icon theme caching utility
GNOME_PROJECT= gtk
GNOME_VERSION= 4.20.0
REVISION-main= 0
# gtk+4 wants librsvg 2.48+ (rust-only), but if not available it is prepared
# to fallback to 2.40.23. there's no actual release of 2.40.23 yet, so use
# a git-archive tar.gz to provide it for use by gtk's submodule build
+9
View File
@@ -35,3 +35,12 @@ gtk-print-preview-command = epdfview %f
Note that by default, gnome-papers and evince will remove the temporary PDF
preview file (/tmp/previewXXXXXX.pdf) when done, that might not be the case with
other PDF viewers.
Input Method
============
By default, GTK4 relies on the Wayland text protocol for input method support.
For compositors without that protocol, you can manually set
GTK_IM_MODULE=simple
to get back support for X11-style compose sequences and dead keys.
Note that some Desktop environments might already override GTK4 defaults.