aboutsummaryrefslogtreecommitdiffstats
path: root/gnome-restore-gtk-icons/gsettings-desktop-schemas/gsettings-desktop-schemas-3.16-revert-icons-settings.patch
blob: fed68892bf43a4e273202b9c6ff1d69077c09ce8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
diff --git a/schemas/gsettings-desktop-schemas.convert b/schemas/gsettings-desktop-schemas.convert
index 98539c3..0975ee6 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 b/schemas/org.gnome.desktop.interface.gschema.xml.in
index cf310a9..988d244 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.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>