|

楼主 |
发表于 2003-11-17 01:29:56
|
显示全部楼层
还是搞不好啊,我的系统是没怎么汉化的,只是改了LOCAL,加了方正字何宋体字,他们的路径都在XF86CONFIG里,
我的/etc/pofile.d/lang.sh 文件
#!/bin/sh
# Set the system locale (default C is the same as en_US):
export LANG=zh_CN.GBK
# This setting has been reported to fix some cut and paste
# problems with GTK2. If you experience this, try it:
#export LANG=zh_CN.GBK
我的 /etc/gtk/gtkrc.zh_CN 文件
# $(gtkconfigdir)/gtkrc.zh_CN
#
# This file defines the fontsets for Chinese language (zh) using
# the simplified chinese standard GuoBiao as in mainland China (CN)
#
# 1999, Pablo Saratxaga <pablo@mandrakesoft.com>
#
style "gtk-default-zh-cn" {
fontset = "-adobe-helvetica-medium-r-normal--16-*-*-*-*-*-iso8859-1,\
-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*"
}
class "GtkWidget" style "gtk-default-zh-cn" |
|