~ubuntu-branches/ubuntu/feisty/libgnome/feisty

« back to all changes in this revision

Viewing changes to schemas/desktop_gnome_interface.schemas.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-11-15 15:52:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20061115155231-gbp2xt8ns20vf1vh
Tags: 2.17.0-0ubuntu1
* New upstream version:
  - Enable a11y by default in devel releases 
  - Don't check for null before calling g_free/g_strdup
  - Improve strings in error messages and other places
  - GThread initialization fix 
* debian/patches/08_dont_force_a11y_activation.patch:
  - don't force a11y activation
* debian/patches/09_run_app_message_fix.patch:
  - fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<gconfschemafile>
 
3
  <schemalist>
 
4
    <schema>
 
5
      <key>/schemas/desktop/gnome/interface/accessibility</key>
 
6
      <applyto>/desktop/gnome/interface/accessibility</applyto>
 
7
      <owner>gnome</owner>
 
8
      <type>bool</type>
 
9
      <default>@A11Y_ENABLED@</default>
 
10
      <locale name="C">
 
11
        <short>Enable Accessibility</short>
 
12
        <long>Whether Applications should have accessibility support</long>
 
13
      </locale>
 
14
    </schema>
 
15
    <schema>
 
16
      <key>/schemas/desktop/gnome/interface/enable_animations</key>
 
17
      <applyto>/desktop/gnome/interface/enable_animations</applyto>
 
18
      <owner>gnome</owner>
 
19
      <type>bool</type>
 
20
      <default>true</default>
 
21
      <locale name="C">
 
22
        <short>Enable Animations</short>
 
23
        <long>Whether animations should be displayed. Note: This is a global
 
24
        key, it changes the behaviour of the window manager, the panel etc.
 
25
        </long>
 
26
      </locale>
 
27
    </schema>
 
28
    <schema>
 
29
      <key>/schemas/desktop/gnome/interface/menus_have_tearoff</key>
 
30
      <applyto>/desktop/gnome/interface/menus_have_tearoff</applyto>
 
31
      <owner>gnome</owner>
 
32
      <type>bool</type>
 
33
      <default>false</default>
 
34
      <locale name="C">
 
35
        <short>Menus Have Tearoff</short>
 
36
        <long>Whether menus should have a tearoff</long>
 
37
      </locale>
 
38
    </schema>
 
39
    <schema>
 
40
      <key>/schemas/desktop/gnome/interface/can_change_accels</key>
 
41
      <applyto>/desktop/gnome/interface/can_change_accels</applyto>
 
42
      <owner>gnome</owner>
 
43
      <type>bool</type>
 
44
      <default>false</default>
 
45
      <locale name="C">
 
46
        <short>Can Change Accels</short>
 
47
        <long>Whether the user can dynamically type a new accelerator when 
 
48
        positioned over an active menuitem</long>
 
49
      </locale>
 
50
    </schema>
 
51
    <schema>
 
52
      <key>/schemas/desktop/gnome/interface/toolbar_style</key>
 
53
      <applyto>/desktop/gnome/interface/toolbar_style</applyto>
 
54
      <owner>gnome</owner>
 
55
      <type>string</type>
 
56
      <default>both</default>
 
57
      <locale name="C">
 
58
        <short>Toolbar Style</short>
 
59
        <long>Toolbar Style. Valid values are "both", "both-horiz", "icons", and
 
60
        "text"</long>
 
61
      </locale>
 
62
    </schema>
 
63
    <schema>
 
64
      <key>/schemas/desktop/gnome/interface/menus_have_icons</key>
 
65
      <applyto>/desktop/gnome/interface/menus_have_icons</applyto>
 
66
      <owner>gnome</owner>
 
67
      <type>bool</type>
 
68
      <default>true</default>
 
69
      <locale name="C">
 
70
        <short>Menus Have Icons</short>
 
71
        <long>Whether menus may display an icon next to a menu entry</long>
 
72
      </locale>
 
73
    </schema>
 
74
    <schema>
 
75
      <key>/schemas/desktop/gnome/interface/menubar_detachable</key>
 
76
      <applyto>/desktop/gnome/interface/menubar_detachable</applyto>
 
77
      <owner>gnome</owner>
 
78
      <type>bool</type>
 
79
      <default>false</default>
 
80
      <locale name="C">
 
81
        <short>Menubar Detachable</short>
 
82
        <long>Whether the user can detach menubars and move them around</long>
 
83
      </locale>
 
84
    </schema>
 
85
    <schema>
 
86
      <key>/schemas/desktop/gnome/interface/toolbar_detachable</key>
 
87
      <applyto>/desktop/gnome/interface/toolbar_detachable</applyto>
 
88
      <owner>gnome</owner>
 
89
      <type>bool</type>
 
90
      <default>false</default>
 
91
      <locale name="C">
 
92
        <short>Toolbar Detachable</short>
 
93
        <long>Whether the user can detach toolbars and move them around</long>
 
94
        </locale>
 
95
    </schema>
 
96
    <schema>
 
97
      <key>/schemas/desktop/gnome/interface/toolbar_icon_size</key>
 
98
      <applyto>/desktop/gnome/interface/toolbar_icon_size</applyto>
 
99
      <owner>gnome</owner>
 
100
      <type>int</type>
 
101
      <locale name="C">
 
102
        <short>Toolbar Icon Size</short>
 
103
        <long>This specifies the size of icons displayed in toolbars</long>
 
104
        </locale>
 
105
    </schema>
 
106
    <schema>
 
107
      <key>/schemas/desktop/gnome/interface/cursor_blink</key>
 
108
      <applyto>/desktop/gnome/interface/cursor_blink</applyto>
 
109
      <owner>gnome</owner>
 
110
      <type>bool</type>
 
111
      <default>true</default>
 
112
      <locale name="C">
 
113
        <short>Cursor Blink</short>
 
114
        <long>Whether the cursor should blink</long>
 
115
      </locale>
 
116
    </schema>
 
117
    <schema>
 
118
      <key>/schemas/desktop/gnome/interface/cursor_blink_time</key>
 
119
      <applyto>/desktop/gnome/interface/cursor_blink_time</applyto>
 
120
      <owner>gnome</owner>
 
121
      <type>int</type>
 
122
      <default>1200</default>
 
123
      <locale name="C">
 
124
        <short>Cursor Blink Time</short>
 
125
        <long>Length of the cursor blink cycle, in milliseconds</long>
 
126
      </locale>
 
127
    </schema>
 
128
    <schema>
 
129
      <key>/schemas/desktop/gnome/interface/icon_theme</key>
 
130
      <applyto>/desktop/gnome/interface/icon_theme</applyto>
 
131
      <owner>gnome</owner>
 
132
      <type>string</type>
 
133
      <default>gnome</default>
 
134
      <locale name="C">
 
135
        <short>Icon Theme</short>
 
136
        <long>Icon theme to use for the panel, nautilus etc.</long>
 
137
      </locale>
 
138
    </schema>
 
139
    <schema>
 
140
      <key>/schemas/desktop/gnome/interface/gtk_theme</key>
 
141
      <applyto>/desktop/gnome/interface/gtk_theme</applyto>
 
142
      <owner>gnome</owner>
 
143
      <type>string</type>
 
144
      <default>Clearlooks</default>
 
145
      <locale name="C">
 
146
        <short>Gtk+ Theme</short>
 
147
        <long>Basename of the default theme used by gtk+.</long>
 
148
      </locale>
 
149
    </schema>
 
150
    <schema>
 
151
      <key>/schemas/desktop/gnome/interface/gtk_key_theme</key>
 
152
      <applyto>/desktop/gnome/interface/gtk_key_theme</applyto>
 
153
      <owner>gnome</owner>
 
154
      <type>string</type>
 
155
      <default>Default</default>
 
156
      <locale name="C">
 
157
        <short>Gtk+ Theme</short>
 
158
        <long>Basename of the default theme used by gtk+.</long>
 
159
      </locale>
 
160
    </schema>
 
161
    <schema>
 
162
      <key>/schemas/desktop/gnome/interface/font_name</key>
 
163
      <applyto>/desktop/gnome/interface/font_name</applyto>
 
164
      <owner>gnome</owner>
 
165
      <type>string</type>
 
166
      <default>Sans 10</default>
 
167
      <locale name="C">
 
168
        <short>Default font</short>
 
169
        <long>Name of the default font used by gtk+.</long>
 
170
      </locale>
 
171
    </schema>
 
172
    <schema>
 
173
      <key>/schemas/desktop/gnome/interface/gtk-im-preedit-style</key>
 
174
      <applyto>/desktop/gnome/interface/gtk-im-preedit-style</applyto>
 
175
      <owner>gnome</owner>
 
176
      <type>string</type>
 
177
      <default>callback</default>
 
178
      <locale name="C">
 
179
        <short>GTK IM Preedit Style</short>
 
180
        <long>Name of the GTK+ input method Preedit Style used by gtk+.</long>
 
181
      </locale>
 
182
    </schema>
 
183
    <schema>
 
184
      <key>/schemas/desktop/gnome/interface/gtk-im-status-style</key>
 
185
      <applyto>/desktop/gnome/interface/gtk-im-status-style</applyto>
 
186
      <owner>gnome</owner>
 
187
      <type>string</type>
 
188
      <default>callback</default>
 
189
      <locale name="C">
 
190
        <short>GTK IM Status Style</short>
 
191
        <long>Name of the GTK+ input method Status Style used by gtk+.</long>
 
192
      </locale>
 
193
    </schema>
 
194
    <schema>
 
195
      <applyto>/desktop/gnome/interface/document_font_name</applyto>
 
196
      <key>/schemas/desktop/gnome/interface/document_font_name</key>
 
197
      <owner>gnome</owner>
 
198
      <type>string</type>
 
199
      <default>Sans 10</default>
 
200
      <locale name="C">
 
201
        <short>Document font</short>
 
202
        <long>Name of the default font used for reading documents</long>
 
203
      </locale>
 
204
    </schema>
 
205
    <schema>
 
206
      <applyto>/desktop/gnome/interface/monospace_font_name</applyto>
 
207
      <key>/schemas/desktop/gnome/interface/monospace_font_name</key>
 
208
      <owner>gnome</owner>
 
209
      <type>string</type>
 
210
      <default>Monospace 10</default>
 
211
      <locale name="C">
 
212
        <short>Monospace font</short>
 
213
        <long>Name of a monospaced (fixed-width) font for use
 
214
              in locations like terminals.</long>
 
215
      </locale>
 
216
    </schema>
 
217
    <schema>
 
218
      <key>/schemas/desktop/gnome/interface/use_custom_font</key>
 
219
      <applyto>/desktop/gnome/interface/use_custom_font</applyto>
 
220
      <owner>gnome</owner>
 
221
      <type>bool</type>
 
222
      <default>false</default>
 
223
      <locale name="C">
 
224
        <short>Use Custom Font</short>
 
225
        <long>Whether to use a custom font in gtk+ applications.</long>
 
226
      </locale>
 
227
    </schema>
 
228
    <schema>
 
229
      <key>/schemas/desktop/gnome/interface/status_bar_meter_on_right</key>
 
230
      <applyto>/desktop/gnome/interface/status_bar_meter_on_right</applyto>
 
231
      <owner>gnome</owner>
 
232
      <type>bool</type>
 
233
      <default>false</default>
 
234
      <locale name="C">
 
235
        <short>Status Bar on Right</short>
 
236
        <long>Whether to display a status bar meter on the right</long>
 
237
      </locale>
 
238
    </schema>
 
239
    <schema>
 
240
      <key>/schemas/desktop/gnome/interface/file_chooser_backend</key>
 
241
      <applyto>/desktop/gnome/interface/file_chooser_backend</applyto>
 
242
      <owner>gnome</owner>
 
243
      <type>string</type>
 
244
      <default>gnome-vfs</default>
 
245
      <locale name="C">
 
246
        <short>Module for GtkFileChooser</short>
 
247
        <long>Module to use as the filesystem model for the
 
248
        GtkFileChooser widget.  Possible values are "gnome-vfs" and
 
249
        "gtk+".</long>
 
250
      </locale>
 
251
    </schema>
 
252
    <schema>
 
253
      <key>/schemas/desktop/gnome/interface/menubar_accel</key>
 
254
      <applyto>/desktop/gnome/interface/menubar_accel</applyto>
 
255
      <owner>gnome</owner>
 
256
      <type>string</type>
 
257
      <default>F10</default>
 
258
      <locale name="C">
 
259
        <short>Menubar accelerator</short>
 
260
        <long>Keyboard shortcut to open the menu bars.</long>
 
261
      </locale>
 
262
    </schema>
 
263
    <schema>
 
264
      <key>/schemas/desktop/gnome/interface/show_input_method_menu</key>
 
265
      <applyto>/desktop/gnome/interface/show_input_method_menu</applyto>
 
266
      <owner>gnome</owner>
 
267
      <type>bool</type>
 
268
      <default>true</default>
 
269
      <locale name="C">
 
270
        <short>Show the 'Input Methods' menu</short>
 
271
        <long>Whether the context menus of entries and text views 
 
272
        should offer to change the input method</long>
 
273
      </locale>
 
274
    </schema>
 
275
    <schema>
 
276
      <key>/schemas/desktop/gnome/interface/show_unicode_menu</key>
 
277
      <applyto>/desktop/gnome/interface/show_unicode_menu</applyto>
 
278
      <owner>gnome</owner>
 
279
      <type>bool</type>
 
280
      <default>true</default>
 
281
      <locale name="C">
 
282
        <short>Show the 'Unicode Control Character' menu</short>
 
283
        <long>Whether the context menus of entries and text views 
 
284
        should offer to insert control characters</long>
 
285
      </locale>
 
286
    </schema>
 
287
  </schemalist>
 
288
</gconfschemafile>