您的位置:首页 > 其它

ubuntu中文输入法

2014-02-23 22:15 309 查看
==========================================================================================================================

终于解决了ubuntu输入法的问题

sudo apt-get remove ibus

sudo add-apt-repository ppa:fcitx-team/nightly

sudo apt-get update

"安装搜狗、谷歌、五笔等输入法,最重要的是五笔拼音输入法

sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sogoupinyin

sudo apt-get install fcitx-table-all

im-switch -s fcitx -z default

==========================================================================================================================

用sudo 启动gvim无法使用中文输入法

$sudo gvim

(gvim:6489): IBUS-WARNING **: The owner of /home/.config/ibus/bus is not root!

chmod u w /etc/sudoers

sudo vim /etc/sudoers

"找到如一行

root ALL=(ALL) ALL

"添加一行

yourusername ALL=(ALL) ALL

chmod u-w /etc/sudoers
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: