+ -
当前位置:首页 → 问答吧 → how to choose chinese in drop-line gnome?

how to choose chinese in drop-line gnome?

时间:2004-04-16

来源:互联网

I don't know how to choose Chinese in gnome enviment.Now it is all Englist.
And fcitx can't display in Gnome(it is running , but disappear)

My KDE 3.21 is perfect Chinese.

作者: dreamrise   发布时间: 2004-04-16

代码:
 .profile
export LC_CTYPE=zh_CN
#export LC_ALL= # make sure LC_ALL is not set
export LC_ALL=zh_CN.gbk
export LANG=zh_CN.gbk
export XMODIFIERS=@im=fcitx
alias mlterm='LC_ALL=zh_CN LANG=zh_CN XMODIFIERS=@im=Chinput mlterm &'
alias bbs='LC_ALL=zh_CN LANG=zh_CN XMODIFIERS=@im=Chinput mlterm -T BBS -e telnet http://www.mitbbs.com &'
alias fcitx='LC_ALL=zh_CN LANG=zh_CN XIM=fcitx XIM_PROGRAM=fcitx XMODIFIERS=@im=fcitx fcitx &'

作者: dreamrise   发布时间: 2004-04-16