|
|
发表于 2004-12-7 16:02:59
|
显示全部楼层
你要是有的话应该不是这个问题了,我的如下:
style "gtk-default-zh-cn" {
fontset ="-*-misc-simsun-medium-r-normal-*-*-130-*-*-p-*-misc-fontspecific,\
-adobe-helvetica-medium-r-normal-*-*-140-*-*-p-*-iso10646-1,\
*-p-*-iso10646-1,*"
}
class "GtkWidget" style "gtk-default-zh-cn"
那你在/etc/x11/xf86config里边加了simsun的路径了吗?
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
FontPath "/usr/share/fonts/"
FontPath "/usr/X11R6/lib/X11/fonts/drakfont/ttf" --》我的simsun的路径
EndSection
你到这里看看有没有办法http://www.linuxsir.cn/bbs/showt ... ighlight=gtkrc.zhcn |
|