|
/etc/gtk/gtkrc.zh_CN 内容如下:
[code:1]
# $(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 <[email protected]>
#
style "gtk-default-zh-cn" {
fontset = "-misc-SimSun-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*"
}
class "GtkWidget" style "gtk-default-zh-cn"
[/code:1]
/etc/gtk/gtkrc.zh_CN.utf8 内容如下:
[code:1]
# $(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 <[email protected]>
#
style "gtk-default-zh-cn-utf8" {
fontset = "-misc-SimSun-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*"
}
class "GtkWidget" style "gtk-default-zh-cn-utf8"
[/code:1]
/etc/gtk-2.0/gtkrc 内容如下:
[code:1]
gtk-theme-name = "Bluecurve"
style "user-font"
{
font_name="simsun,simsun 9"
}
widget_class "*" style "user-font"
[/code:1]
/etc/sysconfig/i18n 内容如下:
[code:1]
LANG="zh_CN"
SUPPORTED="zh_CN.GBK:zh_CN.UTF-8:zh_CN:zh:en_US.UTF-8:en_US:en"
SYSFONT="latarcyrheb-sun16"
[/code:1] |
|