Official website: http://www.fcitx.org
Download version:
FcitX-3.0.2-1.rpm.i386
1] Preparation before installation:
If you are using Fedora Core 2, the IIIM service (that is, the IIIMF input method server we often say) is open. This service conflicts with FCITX. To use FcitX, close the IIIM service first. You can check if the IIIM service is open:
# Service IIIM Status
Turn off the IIIM service and execute them in turn:
# Service IIIM Stop # Instantly Turn IIIM Service
# chkconfig - Del IIM # system does not load IIIM service when starting
If you open the IIIM service in the future, execute:
# chkconfig - ADD IIIM # system automatically load IIIM service when starting
# Service IIM Start # Instant Start IIIM Service
Then delete the two packages below.
# rpm -e minichinput
# rpm -e xcin
Mandrake should use Drakeconf, with a graphical interface, and a few mouse is OK.
For comparison of old release, such as Redhat, Fedora Core 1, Mandrake 9, because there is no this IIIMF server. So directly remove the original input method. .
# rpm -e minichinput # Delete input method minichinput
# rpm -e xcin # Delete input method xcin
or
# rpm -e chinput # Delete input method chinput
# rpm -e xcin # Delete input method xcin
For Mandrake 10, it should be:
# Urpme minichinput Note: Thank you Mandrakechina brother, last time you write the document, this time you change
First, RPM package installation
# rpm -vih fcitx-3.0.0rc-1.i386.rpm
The application starts to find the corresponding XIM server based on the variable. Therefore, even if a number of XIM programs are run simultaneously in the system, one application can only use an XIM input method at some point. Sometimes you encounter this situation, clear XIM has started, but the application cannot be used. This is often because XModifiers sets incorrectly, as you have modified XModifiers in different script files when you configure the system, resulting in the X-initiatime when the variable is inconsistent with the startup completion.
# cd / usr / bin
# ln -sf fcitx chinput and then restart X. If the method is not, then you need to manually set the environment variable. Generally available in ~ / .bashrc increase line: # @ @ @ @ @ = fcitx
# export Xim = Fcitx
# export Xim_Program = FcitX boot five strokes
# fcitx # fcitx -nb
Second, the source package installation: # tar jxvf fitx-3.0.0rc.tar.bz2
(1) Unzip:
# ./configure --prefix = / usr
# Description: - prefix = / usr means to specify / usr to specify the installation directory of the Fcitx. If you don't add this, you will be installed in / usr / local
# Make
# make install
(3) If you have previously installed FcitX, and is being used. Please click below.
# Pkill Fcitx # Turn off the FCITX process or use KILLALL instead.
# fcitx # Start the FCITX process
After doing this, Fcitx turned to the latest version. If still can't, please log out the desktop where the current user is located, log in, it is OK.