Ticket #3900: 0001-Theme-set-gtk-menu-images-to-True-in-settings.ini-SL.patch

File 0001-Theme-set-gtk-menu-images-to-True-in-settings.ini-SL.patch, 1.2 KB (added by erikos, 12 years ago)

set 'gtk-menu-images' to True in settings.ini

  • gtk3/theme/settings.ini.em

    From 31a1970b0f49c9f542333f5da60e9825bb20f6cf Mon Sep 17 00:00:00 2001
    From: Simon Schampijer <simon@laptop.org>
    Date: Mon, 17 Sep 2012 11:45:39 +0200
    Subject: [PATCH artwork] Theme: set 'gtk-menu-images' to True in
     settings.ini, SL #3900
    
    The global settings between applications are usually shared
    using an XSettings manager, in the case of Sugar we do not have
    one (yet). In the absence of an Xsettings manager, GTK+ reads
    default values for settings from settings.ini files in
    /etc/gtk-3.0 and $XDG_CONFIG_HOME/gtk-3.0 [1].
    
    This sets 'gtk-menu-images' to True in settings.ini.
    
    Signed-off-by: Simon Schampijer <simon@laptop.org>
    
    [1] http://developer.gnome.org/gtk3/3.4/GtkSettings.html#GtkSettings.description
    ---
     gtk3/theme/settings.ini.em | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/gtk3/theme/settings.ini.em b/gtk3/theme/settings.ini.em
    index 94c6d06..511aa06 100644
    a b icon_large = icon_base * 5 
    1313
    1414[Settings]
    1515gtk-auto-mnemonics = 1
     16gtk-menu-images = 1
    1617gtk-toolbar-style = GTK_TOOLBAR_ICONS
    1718gtk-cursor-theme-name = sugar
    1819
    icon_sizes = ":".join(icon_sizes) 
    3435}
    3536
    3637gtk-icon-sizes = $icon_sizes
    37