分页: 1 / 1
Can I Type Chinese in an English Ubuntu System?
发表于 : 2008-02-08 13:12
由 Symphony
I never try to set my default language as Chinese, so can I type Chinese in my English Ubuntu system?
当然可以
发表于 : 2008-02-08 14:27
由 deomaxville
回答当然是肯定的 选择你喜欢的输入法 安装配置好后就可以正常使用了
发表于 : 2008-02-09 2:08
由 arvan
发表于 : 2008-02-09 10:13
由 syrano
you can ,search the forum
发表于 : 2008-02-09 16:11
由 shidelai
use scim in English Ubuntu system:
sudo apt-get install scim-pinyin
sudo apt-get install scim-gtk2-immodule scim-qtimm
sudo apt-get install im-switch
sudo im-switch -s scim
发表于 : 2008-02-09 17:14
由 aerowolf
发表于 : 2008-02-09 23:38
由 sigus
Don't forget to restart your ubuntu login your ubuntu again, otherwise it will not show up.
发表于 : 2008-02-10 12:44
由 chancekang
that does not work..... its weird.....i have tried everything i can find in this forum....
发表于 : 2008-02-10 12:55
由 arvan
如果你在英文locale下,正确安装scim或fcitx後仍无法正常使用输入法,解决的方法如下:
编辑 /etc/gtk-2.0/gtk.immodules(如果存在的话) 或者 /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules 文件,在xim 的 local 增加 en 也就是说:
"xim" "X Input Method" "gtk20" "/usr/share/locale" "ko:ja:th:zh"
改成
"xim" "X Input Method" "gtk20" "/usr/share/locale" "en:ko:ja:th:zh"
保存退出,重启後再进就ok了
[编辑] fcitx输入法
如果英文界面下输入栏与输入文字为方块的现像,只需修改config中的字体即可,例如:
显示字体(中)=SimSun
显示字体(英)=SimSun
提示:可以设为自己喜欢的字体,但必须保证你所使用的字体支持中文。
发表于 : 2008-02-10 13:55
由 Symphony
Thank you guys so much!