help,I follow your step and only come to :
[root@Miaohf root]# /etc/init.d/IIim stop
Stopping IIIMF input server: [ OK ]
[root@Miaohf root]# /etc/init.d/IIim start
Starting IIIMF input server: [ OK ]
[root@Miaohf root]# /etc/init.d/IIim stop
Stopping IIIMF input server: [ OK ]
[root@Miaohf root]# ls .b*
.bash_history .bash_logout .bash_profile .bashrc
You have new mail in /var/spool/mail/root
[root@Miaohf root]# . ./bashrc
bash: ./bashrc: No such file or directory
[root@Miaohf root]# LANG=zh_CN.GB18030
[root@Miaohf root]# fcitx&
[1] 3743
[root@Miaohf root]# gedit&
[2] 3745
[1] Done fcitx
[root@Miaohf root]#
(gedit:3745): Gdk-WARNING **: locale not supported by Xlib
(gedit:3745): Gdk-WARNING **: can not set locale modifiers
[root@Miaohf root]# cat .bashrc
# .bashrc
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export XMODIFIERS=@im=fcitx
export XIM=fcitx
[2]+ Done gedit
[root@Miaohf root]#