|
|
发表于 2004-9-11 01:19:34
|
显示全部楼层
locale 是指语言区域
命令
expor LANG=zh_CN.GB2312
sylpheed &
试试
另外,您的 bash 配置有点问题
可以改一下 ~/.profile
[php]
# ~/.profile: executed by Bourne-compatible login shells.
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
export PATH
mesg n
[/php] |
|