我的lang.sh如下:
#!/bin/sh
# Set the system locale (default C is the same as en_US):
#export LANG=C
export LANG=zh_CN.gb2312
export LC_ALL=zh_CN.gb2312
export G_BROKEN_FILENAMES=1
export XMODIFIERS=@im=fcitx
# This setting has been reported to fix some cut and paste
# problems with GTK2. If you experience this, try it:
#export LANG=en_US.ISO8859-1