|
发表于 2003-11-30 13:11:48
|
显示全部楼层
C. the Theme of the gtk/gtk2 program in the KDE
a. the gtk2.0 theme and Fonts in the KDE
1) install the theme in the gnome
2) go into my baby KDE
=========================================================
3) modify the file ~/.gtkrc-2.0 like the following for gtk 2.0
(full)
#/home/youraccout/.themes/XXXX is where the theme installed ,it also can be install in the /usr/share/themes
include "/home/youraccout /.themes/XXXX/gtk-2.0/gtkrc"
# optimize the font that gtk 2.0 in the KDE
style "user-font"
{
font_name="tahoma 9"
}
widget_class "*" style "user-font" |
|