Ubuntu 9.04 用 iBus pinyin 替换scim

2009-08-01 xiao H Posted in 日常桌面

受不了sicm 默认拼音里傻呼呼的码表了,智能拼音一点都不智能,所以换上里目前广受好评得ibus pinyin。

删除scim

 sudo apt-get remove scim && sudo apt-get autoremove

由于删除会把中文字体也删除所以得再装一遍中文支持,超SB的事情。

sudo apt-get install language-support-fonts-zh


添加以下PPA的安装源

 echo 'deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main' >> /etc/apt/sources.list

导入公钥签名

 sudo -i
 gpg --keyserver keyserver.ubuntu.com --recv-keys 21C022AA985E0E11
 gpg --export -a 21C022AA985E0E11 | sudo apt-key add -

安装ibus 和ibus pinyin

 sudo apt-get update;sudo apt-get install ibus-gtk ibus-pinyin python-xdg
 im-switch -s ibus -a default

screenshot2





标签:,

  1. [...] Google Reader 中看到 LinuxByte 的最新文章,突然萌生了在 Ubuntu 9.04 中安装 ibus [...]

  2. Whistler 说道:

    ibus 在低配置机器上太卡
    scim-sunpinyin 才是王道

我来说两句

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">