|
发表于 2005-10-27 10:33:27
|
显示全部楼层
make a shell script 92fcitx.sh
#-------begin---------
#!/bin/bash
export LANG="zh_CN.GB2312"
export LC_CTYPE="zh_CN.GB2312"
export XIM_PROGRAM=fcitx
export XIM=fcitx
export XMODIFIERS="@im=fcitx"
fcitx&
#---------end------------
and then run it, maybe you need a chinese font call AR PL ....
if you like run it when the x-system startup, put the script to a place where it could be auto run! i think it can be put in "/etc/X11/Xsession.d/". Gook Luck! |
|