SoFunction
Updated on 2025-04-11

Detailed explanation of the method of eclipse in Fedora14 for Android development, ibus prompts no input window

I finally built a development environment, but no matter how I press Ctr + space, ibus just won't pop up. Click with the mouse, the above prompts that there is no input window
I had no choice but to change the input method! Change the system's own ibus to the fcitx input method. The installation steps are:
Switch to root first
1,yum install fcitx
2, alternatives --config xinputrc
A prompt will be issued, and a total of 4 programs provide "xinputrc".

Select Command
-----------------------------------------------
1           /etc/X11/xinit//
2           /etc/X11/xinit//
*  3           /etc/X11/xinit//
+ 4           /etc/X11/xinit//
Press Enter to save the current selection [+], or type the selection number: 4
Select default to fcitx.
Then click the system - input method - select fcitx as the default input method.