出处:
http://forum.ubuntu.org.cn/viewtopic.php?t=416868
http://qtlinux.blog.51cto.com/3052744/1311329
首先感谢坛油的帮忙,这里仅记录一下在lubuntu下安装输入法的步骤
//先卸载IBUS输入法
killall ibus-daemon
sudo apt-
get
purge ibus ibus-gtk ibus-gtk3 ibus-pinyin* ibus-sunpinyin ibus-table python-ibus
rm -rf ~/.config/ibus
sudo apt-get update
sudo apt-get install fcitx-sogoupinyin
可选项目
//拼音:
fcitx-pinyin、fcitx-sunpinyin、fcitx-googlepinyin,
//五笔:
fcitx-table、fcitx-table-wubi、fcitx-table-wbpy(五笔拼音混合)
安装完毕后需要重启系统