|
发表于 2004-4-6 10:59:43
|
显示全部楼层
Your problem may be caused by a "bug" or "defection" of scim. using:
gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
then restart scim if it still doesn't work, find /etc/gtk-2.0/gtk.immodules and change the line:
"/usr/lib/gtk-2.0/2.2.0/immodules/im-xim.so"
"xim" "X Input Method" "gtk20" "/usr/share/locale" "ko:ja:zh"
as:
"/usr/lib/gtk-2.0/2.2.0/immodules/im-xim.so"
"xim" "X Input Method" "gtk20" "/usr/share/locale" "ko:ja:zh:en"
if it fails too, I am afraid you have to set your LC_CTYPE=zh_CN.GBK until now and wait for a fix from developer. |
|