分页: 1 / 1

[问题]I don't input Chinese!!

发表于 : 2008-01-07 0:14
princelai
Yesterday ,I wanted to change my system's 'bian,ma' to GBK,but many documents has changed 'luan ,ma',then I changed back,but there was many troubles in my computer,My system has changed English,and I don't input Chinese,The English system I can use it also,but no chinses input,this is a big question,I must hand in homework in Chinese,chating in Chinese and so so,pleses help me!!

I was use fcitx then,but when my system changed to English ,CHINESE must depend on SCIM's chinese-support-language,so I has installed SCIM,but the fcitx appeard in my desktop,I no way let SCIM appear in.the fcitx'color is gray,I put C+SPACE ,but no respond.

that all,my english is very bad.so I hope you understand my mind~

发表于 : 2008-01-07 9:01
yiding_he

发表于 : 2008-01-07 13:14
vvvli
lz不看快速设置指南?


fcitx输入法安装及设置(可选)

sudo apt-get install im-switch fcitx
sudo im-switch -s fcitx -z default
im-switch -s fcitx -z default #注意:不加sudo

完成设置最好重启一下X,输入法就生效了

某些情况下可能,在安装了fcitx输入法以后可能会出现和SCIM并存的问题,解决方法如下:

sudo gedit /usr/lib/gtk-2.0/2.10.0/immodule-files.d/scim-gtk2-immodule.immodules

将内容改为如下:

# automatically generated by dh_gtkmodules, do not edit
“/usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so”
“scim” “SCIM Input Method” “scim” “/usr/share/locale” “ja:ko”
#就是将最后一行中的"ja:ko:zh"修改为"ja:ko",这样修改以后,scim在中文环境下将不被启动


更多设置,请访问中文输入法fcitx 以及 英文Locale下使用中文输入法
[编辑]