Problems with googlepinyin and idea in ubuntu
I found that writing code in ubuntu is a painful thing. We are developing under linux, not developing linux.
Delete ibus, I really don’t know Who developed ibus? It is very difficult to use and difficult to use with idea.
First delete ibus,
sudo apt-get remove ibus
will uninstall unity-control-center, be sure to reinstall it, otherwise system settings will be missing something.
apt-get install unity-control-center
Install fcitx
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get install fcitx fcitx-pinyin fcitx- table-wubi
system setting->language support, select Keyboard input method system as fcitx
run in terminal
im-config to configure
http://www.bkjia.com/PHPjc/1096389.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1096389.htmlTechArticleubuntu googlepinyin and idea found that writing code in ubuntu is a painful thing, we develop under linux , not developing Linux. Delete ibus, I really don’t know who developed ibus...