summarylogtreecommitdiffstats
path: root/git_revert_menu_icon_key_removal.patch
blob: 3a34a19483ba32c0af661d893e784d9a47445ee9 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
From 25329a7b38689c9c855eca19e3733ce39654d9bb Mon Sep 17 00:00:00 2001
From: Tim Lunn <tim@feathertop.org>
Date: Sat, 28 Sep 2013 06:05:39 +1000
Subject: [PATCH] Revert "schemas: Remove settings for deprecated gtk-settings"

This reverts commit 7d48c4ed64bb5f42f1a8a781f06f534903e78d70.
---
 schemas/gsettings-desktop-schemas.convert       |  4 +++
 .../org.gnome.desktop.interface.gschema.xml.in  | 38 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

Index: gsettings-desktop-schemas/schemas/gsettings-desktop-schemas.convert
===================================================================
--- gsettings-desktop-schemas.orig/schemas/gsettings-desktop-schemas.convert
+++ gsettings-desktop-schemas/schemas/gsettings-desktop-schemas.convert
@@ -34,6 +34,8 @@ enable-animations = /desktop/gnome/inter
 #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
@@ -54,6 +56,8 @@ gtk-im-module = /desktop/gnome/interface
 document-font-name = /desktop/gnome/interface/document_font_name
 monospace-font-name = /desktop/gnome/interface/monospace_font_name
 menubar-accel = /desktop/gnome/interface/menubar_accel
+show-input-method-menu = /desktop/gnome/interface/show_input_method_menu
+show-unicode-menu = /desktop/gnome/interface/show_unicode_menu
 cursor-size = /desktop/gnome/peripherals/mouse/cursor_size
 gtk-color-palette = /desktop/gnome/gtk-color-palette
 # Disabled as we want users to use the default new theme colors
Index: gsettings-desktop-schemas/schemas/org.gnome.desktop.interface.gschema.xml.in
===================================================================
--- gsettings-desktop-schemas.orig/schemas/org.gnome.desktop.interface.gschema.xml.in
+++ gsettings-desktop-schemas/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>
@@ -169,6 +183,22 @@
         Keyboard shortcut to open the menu bars.
       </_description>
     </key>
+    <key name="show-input-method-menu" type="b">
+      <default>true</default>
+      <summary>Show the 'Input Methods' menu</summary>
+      <description>
+        Whether the context menus of entries and text views should offer to
+        change the input method.
+      </description>
+    </key>
+    <key name="show-unicode-menu" type="b">
+      <default>true</default>
+      <summary>Show the 'Unicode Control Character' menu</summary>
+      <description>
+        Whether the context menus of entries and text views should offer to
+        insert control characters.
+      </description>
+    </key>
     <key name="cursor-theme" type="s">
       <default>'Adwaita'</default>
       <_summary>Cursor theme</_summary>
@@ -220,5 +250,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>