Fix Fcitx Occupying 100% CPU Problem
Fcitx occasionally occupies 100% CPU on Ubuntu when you use sogou-pinyin. To fix it without restarting the computer:
-
Restart
fcitx$ fcitx -r -
Disable
ibus-daemonYou will need to disable
ibus-daemonif the above command fails to execute and shows something like “Start XIM error. Another XIM daemon named ibus is running?” If you simply kill the process, it will respawn soon. Find the executable and rename it.$ sudo mv /usr/bin/ibus-daemon /usr/bin/ibus-daemon.bak -
Uninstall
apportAfter restarting
fcitx,apportmight complain. It is fair enough to get rid of the annoyingapportpop-ups by just uninstalling it, since Canonical is never in short of bug tickets.$ sudo apt-get purge apport