Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-09-17 09:45:39 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-09-17 12:33:16 (GMT)
commit6ad1090a006fdb32d4686d1f52d00f2c7703e8d1 (patch)
tree994668215ab1f4feec329b7f40a4730a12488368
parent1722ebef09798a8b2aa4e19bffe7e3925cf5d3ce (diff)
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> Acked-by: Manuel QuiƱones <manuq@laptop.org> [1] http://developer.gnome.org/gtk3/3.4/GtkSettings.html#GtkSettings.description
-rw-r--r--gtk3/theme/settings.ini.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk3/theme/settings.ini.em b/gtk3/theme/settings.ini.em
index 94c6d06..511aa06 100644
--- a/gtk3/theme/settings.ini.em
+++ b/gtk3/theme/settings.ini.em
@@ -13,6 +13,7 @@ icon_large = icon_base * 5
[Settings]
gtk-auto-mnemonics = 1
+gtk-menu-images = 1
gtk-toolbar-style = GTK_TOOLBAR_ICONS
gtk-cursor-theme-name = sugar
@@ -34,4 +35,3 @@ icon_sizes = ":".join(icon_sizes)
}
gtk-icon-sizes = $icon_sizes
-