[分享]ubuntu6.10安装中文输入法scim步骤
发表于 : 2006-11-02 4:40
今天自己刚刚装好了ubuntu6.10,这是装好输入法之后的第一篇帖子,我也是初学者,如果有问题大家一起讨论.
具体的步骤是参照ubuntu 6.10 starter guide:
http://ubuntuguide.org/wiki/Ubuntu_Edgy ... .28SCIM.29
我自己很成功,如果不能用ctrl+space启动的话 ,就去修改~/.scim/config文件的"/Hotkeys/FrontEnd/On"选项,将默认的空值改成"Control+space"即可。
Hope it will work for you all, good luck:)
具体的步骤是参照ubuntu 6.10 starter guide:
http://ubuntuguide.org/wiki/Ubuntu_Edgy ... .28SCIM.29
代码: 全选
sudo apt-get install scim
sudo apt-get install scim-chinese
sudo apt-get install scim-config-socket
sudo apt-get install scim-gtk2-immodule
sudo apt-get install scim-tables-zh
wget -c http://easylinux.info/uploads/fireflysung-1.3.0.tar.gz
sudo tar zxvf fireflysung-1.3.0.tar.gz -C /usr/share/fonts/truetype/
sudo chown -R root:root /usr/share/fonts/truetype/fireflysung-1.3.0/
sudo fc-cache -f -v
Hope it will work for you all, good luck:)