aboutsummaryrefslogtreecommitdiffstats
path: root/gnome-restore-gtk-icons/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14-revert-icons-settings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-restore-gtk-icons/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14-revert-icons-settings.patch')
-rw-r--r--gnome-restore-gtk-icons/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14-revert-icons-settings.patch52
1 files changed, 52 insertions, 0 deletions
diff --git a/gnome-restore-gtk-icons/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14-revert-icons-settings.patch b/gnome-restore-gtk-icons/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14-revert-icons-settings.patch
new file mode 100644
index 0000000..e0e1ea4
--- /dev/null
+++ b/gnome-restore-gtk-icons/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14-revert-icons-settings.patch
@@ -0,0 +1,52 @@
+diff --git a/schemas/gsettings-desktop-schemas.convert b/schemas/gsettings-desktop-schemas.convert
+index 98539c3..2e42a2f 100644
+--- a/schemas/gsettings-desktop-schemas.convert
++++ b/schemas/gsettings-desktop-schemas.convert
+@@ -34,6 +34,8 @@ enable-animations = /desktop/gnome/interface/enable_animations
+ #menus-have-tearoff = /desktop/gnome/interface/menus_have_tearoff
+ #can-change-accels = /desktop/gnome/interface/can_change_accels
+ #toolbar-style = /desktop/gnome/interface/toolbar_style
++#menus-have-icons = /desktop/gnome/interface/menus_have_icons
++#buttons-have-icons = /desktop/gnome/interface/buttons_have_icons
+ #menubar-detachable = /desktop/gnome/interface/menubar_detachable
+ #toolbar-detachable = /desktop/gnome/interface/toolbar_detachable
+ #toolbar-icons-size = /desktop/gnome/interface/toolbar_icons_size
+diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in.in b/schemas/org.gnome.desktop.interface.gschema.xml.in.in
+index 82c7984..e56d82a 100644
+--- a/schemas/org.gnome.desktop.interface.gschema.xml.in.in
++++ b/schemas/org.gnome.desktop.interface.gschema.xml.in.in
+@@ -38,6 +38,20 @@
+ and "text".
+ </_description>
+ </key>
++ <key name="menus-have-icons" type="b">
++ <default>false</default>
++ <_summary>Menus Have Icons</_summary>
++ <_description>
++ Whether menus may display an icon next to a menu entry.
++ </_description>
++ </key>
++ <key name="buttons-have-icons" type="b">
++ <default>false</default>
++ <_summary>Buttons Have Icons</_summary>
++ <_description>
++ Whether buttons may display an icon in addition to the button text.
++ </_description>
++ </key>
+ <key name="menubar-detachable" type="b">
+ <default>false</default>
+ <_summary>Menubar Detachable</_summary>
+@@ -220,5 +234,13 @@
+ If true, display date in the clock, in addition to time.
+ </_description>
+ </key>
++ <key name="automatic-mnemonics" type="b">
++ <default>true</default>
++ <_summary>Only show mnemonics on when the Alt key is pressed</_summary>
++ <_description>
++ Whether mnemonics should be automatically shown and hidden when the user
++ presses the Alt key.
++ </_description>
++ </key>
+ </schema>
+ </schemalist>