8/07/2008

SCIM doesn't work on Ubuntu Gutsy 8.10

I have used method from: https://bugs.launchpad.net/ubuntu/+bug/34282
and it works for me here is small HowTo:

Code:
sudo apt-get install scim-bridge
sudo gedit /etc/X11/xinit/xinput.d/scim
them find and change

Code:
GTK_IM_MODULE=xim
into
Code:
GTK_IM_MODULE="scim-bridge"
Restart system. SCIM should works fine with all applications. Maybe you will need start SCIM manually by

Code:
SCIM -d

No comments: