Last active
August 29, 2015 13:57
-
-
Save allex/9447238 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu13.04安装搜狗输入法 | |
======================== | |
## 安装fcitx之前先卸载ibus | |
sudo apt-get purge ibus ibus-gtk ibus-gtk3 | |
sudo apt-get purge ibus-pinyin ibus-table python-ibus | |
killall ibus-daemon | |
rm -rf ~/.config/ibus | |
## 安装搜狗输入法 | |
sudo add-apt-repository ppa:fcitx-team/nightly | |
sudo apt-get update | |
sudo apt-get install fcitx-sogoupinyin | |
## reboot | |
+ 禁用ibus Text Entry 相关的快捷键绑定 | |
+ sudo reboot | |
## 安装词库 | |
其他可选词库:fcitx-pinyin、fcitx-sunpinyin、fcitx-googlepinyin, | |
五笔用户安装:fcitx-table、fcitx-table-wubi、fcitx-table-wbpy(五笔拼音混合) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment