I use Fedora 10 i386 with Gnome desktop environment.
I wanted to redefine some Compose key combinations. So I decided to use xim and local ~/.XCompose file instead of gtk-im-context-simple.
I tried to test how it works and run
from terminal. And here the Compose key were completely ignored. But when I used multipress input method:Code:GTK_IM_MODULE=xim gedit
it worked. I pressed the <Compose>,A,A,A... and it cycled like "a", "b", "c", "ä", "2".Code:GTK_IM_MODULE=multipress gedit
I tried viqr input method:
and it also worked.Code:GTK_IM_MODULE=viqr gedit
Is there any way to enable xim as input method for non-root user?
Solution
After I put these lines into ~/.xinputrc
xim starts working as expected.Code:DISABLE_IMSETTINGS=yes GTK_IM_MODULE=xim


Reply With Quote
