全新的ubuntu ,先选择 下载服务器 首选项->软件和更新 选择 最佳服务器
准备工作:卸载Ubuntu默认的ibus输入法:
sudo apt-get remove ibus
然后添加Fcitx 源:
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
然后 安装fcitx,搜狗输入法,Google输入法,云输入法,以及设置fcitx为默认:
sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sogoupinyin
sudo apt-get install fcitx-table-all
sudo apt-get install im-switch
im-switch -s fcitx -z default
reboot 重启,就可以用了输入法了。
en版的ubuntu开机默认是不启动ibus的,所以如果不设置的话,用户必须每次 自己手动启动输入法。
解决方法:
方法一. System >> Administration >> Language Support
然后设 置"Keyboard Input Method System"为ibus
方法二:当然你也可以设置开机自己启动ibus
System >> Preferences >> Startup Applications
Click the button: Add
Name: ibus daemon
Command: /usr/bin/ibus-daemon -d
Comment: start ibus daemon when gnome start