| dorainm's profiledorainm's spaceBlogLists | Help |
|
January 01 How to install the "fcitx" chinese input methodin the Fedora Core 4 Linux o.s. step 1: uninstall the chinese input method which the o.s. owns. rpm -qa iiim* | xargs rpm -e --nodeps rpm -qa miniChinput* | xargs rpm -e --nodeps step 2: install the "fcitx" input method. >if you download a .gz file #tar xzvf fcitx*.gz #cd fcitx* #./configure #make #make install >if you download a .rpm file #rpm -ivh fcitx*.rpm step 3: set the "fcitx" input method autorun when account login. append the command "fcitx&" to /etc/X11/xinit/xinitrc.d/xinput.sh file. ------------------------------------------------------------------------------------------------- ps: fcitx can't run when the language was set as english. TrackbacksWeblogs that reference this entry
|
|
|