I would like to prevent the fcitx input method selection tool from starting automatically.
I have an up-and-running fcitx with Chinese sogoupinyin installed on my system. If I restart the computer fcitx-autostart automatically loads the qimpanel for input method selection. All that works just fine; and there are two posts on askubuntu that outline the installation:
one here
and a second one here.
However, I do not want fcitx to start automatically.
This is because I am running Ubuntu on a rather old computer and hardware resources are limited. The fcitx startup also adds about two seconds to my booting time. Third, I don't always use the Chinese input, but sometimes. If I want to use Chinese input I am happy to run fcitx-autostart from a terminal.
So my question is: How do I prevent the fcitx autostart?
I have googled this question and stumbled upon this post:
http://ubuntuforums.org/showthread.php?t=2227101
They mention their solution was to remove the file 22_fcitx.rc from /usr/share/im-config/data/, but that has not worked for me.
Thanks for your help!