aboutsummaryrefslogtreecommitdiffstats
path: root/gnome-restore-gtk-icons/gsettings-desktop-schemas/gsettings-desktop-schemas-3.14-revert-icons-settings.patch
blob: e0e1ea4c64ede674d4cfaa6e9469eb9b060238ae (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
39
40
41
42
43
44
45
46
47
48
49
50
51
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>