|
我在gnome-2.8.1下面装了fcitx-3.1和emacs-cvs-22.0.50,结果两个软件冲突,起动了fcitx后, emacs出错,其他的软件没有问题,我的xinitrc是
# this is the X start script
# write by jbug
#export LC_ALL=zh_CN.UTF-8
#export LANG=zh_CN.UTF-8
export LC_ALL=zh_CN.GB2312
export LANG=zh_CN.GB2312
#export LC_ALL=zh_CN.UTF-8
#export LANG=zh_CN.UTF-8
#export LC_ALL=zh_CN.GB18030
#export LANG=zh_CN.GB18030
#export LANG=en_US.UTF-8
#export LC_ALL=en_US.UTF-8
#export LC_CTYPE=zh_CN.UTF-8
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
fcitx &
#export XMODIFIERS="@im=scim"
#export XIM=scim
#scim -d
#export XMODIFIERS="@im=chinput"
#export XIM=chinput
#chinput &
exec gnome-session
killall fcitx
#xfce-mcs-manager
#xfwm4 --daemon
#xftaskbar4 &
#xfdesktop &
#exec xfce4-panel |
|