Home > Backend Development > PHP Tutorial > Problems with ubuntu googlepinyin and idea_PHP tutorial

Problems with ubuntu googlepinyin and idea_PHP tutorial

WBOY
Release: 2016-07-12 08:59:47
Original
1006 people have browsed it

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

www.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...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template