我就是查看了隐藏文件,可是没有找到,我还搜索了所有的隐藏文件也没有找到,包括你说的“GTK风格与字体”我也设置了,可是还没有这个文件,我还创建了这个文件根据网上的说明参考/etc/gtk-2.0/gtkrc设置了,可是一切没有改观!真的不知道怎么回事了
我编辑的这个文件如下不知道是不是有什么问题?
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
# Though we have /etc/pango/pango.modules, is not enough for pango to render text correctly!
# We MUST create /etc/pango/$host/pango.modules!
# Fixed by KDE <athena_star {at} 163 {dot} com>
umask 0022
host=$(rpm -q --showrc | grep "[[:space:]]_host[[:space:]]" | awk '{ print $3 }')
case "$host" in
alpha*|ia64*|ppc64*|s390x*|x86_64*)
/usr/bin/pango-querymodules-64 > /etc/pango/$host/pango.modules
;;
*)
/usr/bin/pango-querymodules-32 > /etc/pango/$host/pango.modules
;;
esac
#fix gtk2 post
/usr/bin/update-gdk-pixbuf-loaders $host
/usr/bin/update-gtk-immodules $host