Thursday, September 18, 2008

SCIM bug fix for Ubuntu 7.10

http://samiux.wordpress.com/2007/11/06/scim-bug-fix-for-ubuntu-710/

After you have upgrade or install Ubuntu 7.10, you may find that you cannot edit or change the folder name under the Gnome. It is the bug of SCIM. You can fix it by following steps :

sudo nano /etc/X11/xinit/xinput.d/scim

The entries of GTK_IM_MODULE and QT_IM_MODULE should change to "SCIM" instead of xim :

GTK_IM_MODULE="SCIM"
QT_IM_MODULE="SCIM"

Log out and re-login or press "Ctrl"+"Alt"+"Backspace" to reload the X Window.

That's all!

No comments: