|
|
发表于 2005-5-18 16:01:02
|
显示全部楼层
/etc/X11/XF86config-4 里不要 load xtt , 不要 load freetype
直接
- cp /etc/gtk/gtkrc.zh_CN /etc/gtk/gtkrc.zh_CN.utf-8
复制代码
就可以了
贴一下我现在的 [php]
hua@hua:~$ cat ~/.gtkrc
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/Smooth-Winter/gtk/gtkrc"
include "/home/hua/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
hua@hua:~$ cat /etc/gtk/gtkrc.zh_CN.utf-8
# $(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,\
-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*"
}
class "GtkWidget" style "gtk-default-zh-cn"
[/php]
( 前提是你没有改坏 gtkrc.zh_CN ) |
|