GNOME Bugzilla – Bug 640965
XCompose does not work with GTK+ 2.99.x
Last modified: 2011-02-01 14:43:54 UTC
XCompose seems to not work with GTK+ 2.99.x. It works in GTK+2 programs. % echo $GTK_IM_MODULE xim
How do you determine that it is not working ?
(In reply to comment #1) > How do you determine that it is not working ? When I press <MENU>, <(>, <+>, <)> it does not react as oppose to inserting ⊕ as configured in .XCompose (which works in gtk+ 2).
And MENU is your compose key, I assume
(In reply to comment #3) > And MENU is your compose key, I assume Yes. Set in gnome-control-center (first in 2.x and now in 3.x). I've double checked it.
I can confirm that it does not work. Do you have any idea how recently it broke ?
It turns out that this was broken by the switch to XI2. Adding a gdk_disable_multidevice() before gtk_init() fixes it.
Created attachment 179789 [details] [review] raw patch