|
发表于 2004-7-8 22:48:21
|
显示全部楼层
回复: 我的gnome总是怪怪的
我的都是正常的,但也不能肯定是哪里出的问题。xmms看起来是gtkrc的问题;gthumb的问题好象是没有在xinitrc.gnome里加上:
export G_BROKEN_FILENAMES=1
附上我的/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-*-*-120-*-*-p-*-viscii1.1-1,-misc-simsun-medium-r-normal-*-*-120-*-*-c-*-koi8-r"
}
class "GtkWidget" style "gtk-default-zh-cn" |
|