ubuntu googlepinyin 和idea 的问题
发现在ubuntu写代码是件痛苦的事情,我们是在linux下做开发,不是开发linux.
删除ibus,真不知道ibus是什么人开发的,非常难用,和idea很难搭配使用.
首先删除ibus,
sudo apt-get remove ibus
会把unity-control-center卸载,注意一定要重新安装,否则system settings会缺少东西.
apt-get install unity-control-center
安装fcitx
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get install fcitx fcitx-pinyin fcitx-table-wubi
system setting(系统设置)->language support(语言支持),在language(语言)选项页把Keyboard input method system 选择为fcitx
终端中运行
im-config 进行配置