Comment 4 for bug 1058464

Revision history for this message
Tehnick (tehnick) wrote :

> First launch of Gtk Configuration?

Yes.

> But in fact GTK applications use for example show icons in GTK buttons and menus, but this fact doesn't reflected in default values of Gtk Configuration (no checkboxes "Show Icons in GTK Buttons" and "Show Icons in GTK Menus").

I will ask upstream if system settings can be checked at first launch.

> Yes, but this files contain information only about theme, not about font.

Maybe you are right. I was not the maintainer of kcm-gtk and I do not remember where it stores its font settings.

But kde-gtk-config stores it in ~/.gtkrc-2.0-kde4. For example, my current settings:

$ cat ~/.gtkrc-2.0-kde4
# File created by KDE Gtk Config
# Configs for GTK2 programs

include "/usr/share/themes/QtCurve/gtk-2.0/gtkrc"
style "user-font"
{
        font_name="Sans Serif"
}
widget_class "*" style "user-font"
gtk-font-name="Sans Serif 10"
gtk-theme-name="QtCurve"
gtk-icon-theme-name="oxygen"
gtk-fallback-icon-theme="oxygen"
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-menu-images=1
gtk-button-images=1