- 论坛徽章:
- 0
|
Ubuntu增加scim中文输入法Saturday, 9. September 2006, 04:00:47
ubuntu
sudo apt-get install scimsudo
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://frankandjacq.com/ubuntuguide/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
系统 -> 首选项 -> SCIM 输入法设置
要启动 SCIM
按下 'Ctrl + Space'
升级了SCIM.采用以下方法
我们先可以安装输入法:你可以选择安装 fcitx 还是 安装SCIM
* SCIM:
$sudo apt-get install scim scim-gtk2-immodule scim-modules-socket scim-modules-table scim-pinyin scim-tables-zh scim-input-pad
$sudo
sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim"
; scim -d ' > /etc/X11/Xsession.d/95xinput " $sudo chmod +755
/etc/X11/Xsession.d/95xinput
* fcitx:
$sudo apt-get install fcitx
$sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
$sudo chmod +755 /etc/X11/Xsession.d/95xinput
重新启动Xwindow完成。按 Ctrl + 空格 键激活输入法。
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/12056/showart_236395.html |
|