|
|
发表于 2003-3-28 09:49:37
|
显示全部楼层
5.装完之后进入xwindows,然后在
www.linuxsir.cn.cn/software/redhatzh/gtkrc.zh_CN
下载gtkrc.zh_CN保存到/etc/gtk/下覆盖原文件 做了没有?
/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--12-*-*-*-*-*-iso8859-1,\
-misc-simsun-medium-r-normal--12-*-*-*-*-*-gbk-0,*-r-*"
}
class "GtkWidget" style "gtk-default-zh-cn" |
|