~ubuntu-branches/ubuntu/quantal/gnome-terminal/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/gnome-terminal-ambiance.schemas

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-03-23 21:41:22 UTC
  • Revision ID: james.westby@ubuntu.com-20100323214122-33ybqw824ud7c5j3
Tags: 2.29.6-0ubuntu5
* Revert the previous changes to add a new profile, as changing
  the default profile on upgrade is suboptimal, and there are better
  ways to implement the visual changes
  - Removed patches:
    + 02_rename_default_profile.patch
    + 03_add_new_profiles_on_upgrade.patch
    + 04_change_fallback_profile.patch
  - Delete debian/gnome-terminal-ambiance.schemas
  - Delete ebian/gnome-termina-data.gconf-defaults
  - debian/rules:
    + Don't install custom schema
* Add debian/patches/02_add_transparency_properties.patch:
  - This patch allows the background transparency to be controlled from
    the GTK theme (using "TerminalScreen::background-darkness"). In
    addition to this, the background colour and text colour are already
    themable from the GTK theme (by setting the "text[NORMAL]" and
    "base[NORMAL]" colours for the TerminalScreen class)
* debian/gnome-terminal-data.postinst:
  - Fix up the system gconf defaults when upgrading from a previous 
    unstable version which had the extra profile. Users upgrading from
    this will probably still need to remove the "Ambiance" profile
    manually from their configuration though (there's not an easy way
    to do this automatically, and it only affects users upgrading
    from previous unstable versions)
* This fixes LP: #532511 and LP: #542144

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
  <schemalist>
3
 
 
4
 
    <schema>
5
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/visible_name</key>
6
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/visible_name</applyto>
7
 
      <owner>gnome-terminal</owner>
8
 
      <type>string</type>
9
 
      <locale name="C">
10
 
         <default>Ambiance</default>
11
 
         <short>Human-readable name of the profile</short>
12
 
         <long>
13
 
           Human-readable name of the profile.
14
 
         </long>
15
 
      </locale>
16
 
    </schema>
17
 
 
18
 
    <schema>
19
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/default_show_menubar</key>
20
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/default_show_menubar</applyto>
21
 
      <owner>gnome-terminal</owner>
22
 
      <type>bool</type>
23
 
      <default>true</default>
24
 
      <locale name="C">
25
 
         <short>Whether to show menubar in new windows/tabs</short>
26
 
         <long>
27
 
           True if the menubar should be shown in new windows, 
28
 
           for windows/tabs with this profile.
29
 
         </long>
30
 
      </locale>
31
 
    </schema>
32
 
 
33
 
    <schema>
34
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/foreground_color</key>
35
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/foreground_color</applyto>
36
 
      <owner>gnome-terminal</owner>
37
 
      <type>string</type>
38
 
      <default>#ffffff</default>
39
 
      <locale name="C">
40
 
         <short>Default color of text in the terminal</short>
41
 
         <long>
42
 
           Default color of text in the terminal, as a color
43
 
           specification (can be HTML-style hex digits, or
44
 
           a color name such as "red").
45
 
         </long>
46
 
      </locale>
47
 
    </schema>
48
 
 
49
 
    <schema>
50
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/background_color</key>
51
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/background_color</applyto>
52
 
      <owner>gnome-terminal</owner>
53
 
      <type>string</type>
54
 
      <default>#2C001E</default>
55
 
      <locale name="C">
56
 
         <short>Default color of terminal background</short>
57
 
         <long>
58
 
           Default color of terminal background, as a color
59
 
           specification (can be HTML-style hex digits, or
60
 
           a color name such as "red").
61
 
         </long>
62
 
      </locale>
63
 
    </schema>
64
 
 
65
 
    <schema>
66
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/bold_color</key>
67
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/bold_color</applyto>
68
 
      <owner>gnome-terminal</owner>
69
 
      <type>string</type>
70
 
      <default>#000000</default>
71
 
      <locale name="C">
72
 
         <short>Default color of bold text in the terminal</short>
73
 
         <long>
74
 
           Default color of bold text in the terminal, as a color
75
 
           specification (can be HTML-style hex digits, or
76
 
           a color name such as "red").
77
 
           This is ignored if bold_color_same_as_fg is true.
78
 
         </long>
79
 
      </locale>
80
 
    </schema>
81
 
 
82
 
    <schema>
83
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/bold_color_same_as_fg</key>
84
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/bold_color_same_as_fg</applyto>
85
 
      <owner>gnome-terminal</owner>
86
 
      <type>bool</type>
87
 
      <default>true</default>
88
 
      <locale name="C">
89
 
         <short>Whether bold text should use the same color as normal text</short>
90
 
         <long>
91
 
          If true, boldface text will be rendered using the same color as
92
 
          normal text.
93
 
         </long>
94
 
      </locale>
95
 
    </schema>
96
 
 
97
 
    <schema>
98
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/title_mode</key>
99
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/title_mode</applyto>
100
 
      <owner>gnome-terminal</owner>
101
 
      <type>string</type>
102
 
      <default>replace</default>
103
 
      <locale name="C">
104
 
         <short>What to do with dynamic title</short>
105
 
         <long>
106
 
           If the application in the terminal sets the title 
107
 
           (most typically people have their shell set up to 
108
 
           do this), the dynamically-set title can 
109
 
           erase the configured title, go before it, go after it, 
110
 
           or replace it. The possible values are "replace", 
111
 
           "before", "after", and "ignore".
112
 
         </long>
113
 
      </locale>
114
 
    </schema>
115
 
 
116
 
    <schema>
117
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/title</key>
118
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/title</applyto>
119
 
      <owner>gnome-terminal</owner>
120
 
      <type>string</type>
121
 
      <locale name="C">
122
 
        <default>Terminal</default>
123
 
         <short>Title for terminal</short>
124
 
         <long>
125
 
           Title to display for the terminal window or tab. 
126
 
           This title may be replaced by or combined with 
127
 
           the title set by the application inside the terminal, 
128
 
           depending on the title_mode setting.
129
 
         </long>
130
 
      </locale>
131
 
    </schema>
132
 
 
133
 
    <schema>
134
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/allow_bold</key>
135
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/allow_bold</applyto>
136
 
      <owner>gnome-terminal</owner>
137
 
      <type>bool</type>
138
 
      <default>true</default>
139
 
      <locale name="C">
140
 
         <short>Whether to allow bold text</short>
141
 
         <long>
142
 
          If true, allow applications in the terminal to make 
143
 
          text boldface.
144
 
         </long>
145
 
      </locale>
146
 
    </schema>
147
 
 
148
 
    <schema>
149
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/silent_bell</key>
150
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/silent_bell</applyto>
151
 
      <owner>gnome-terminal</owner>
152
 
      <type>bool</type>
153
 
      <default>false</default>
154
 
      <locale name="C">
155
 
         <short>Whether to silence terminal bell</short>
156
 
         <long>
157
 
          If true, don't make a noise when applications send the 
158
 
          escape sequence for the terminal bell.
159
 
         </long>
160
 
      </locale>
161
 
    </schema>
162
 
 
163
 
    <schema>
164
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/word_chars</key>
165
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/word_chars</applyto>
166
 
      <owner>gnome-terminal</owner>
167
 
      <type>string</type>
168
 
      <default>-A-Za-z0-9,./?%&amp;#:_=+@~</default>
169
 
      <locale name="C">
170
 
         <short>Characters that are considered "part of a word"</short>
171
 
         <long>
172
 
           When selecting text by word, sequences of these characters
173
 
           are considered single words. Ranges can be given as 
174
 
           "A-Z". Literal hyphen (not expressing a range) should be
175
 
           the first character given.
176
 
         </long>
177
 
      </locale>
178
 
    </schema>
179
 
 
180
 
    <schema>
181
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/default_size_columns</key>
182
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/default_size_columns</applyto>
183
 
      <owner>gnome-terminal</owner>
184
 
      <type>int</type>
185
 
      <default>80</default>
186
 
      <locale name="C">
187
 
         <short>Default number of columns</short>
188
 
         <long>
189
 
           Number of columns in newly created terminal windows.
190
 
         </long>
191
 
      </locale>
192
 
    </schema>
193
 
 
194
 
    <schema>
195
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/default_size_rows</key>
196
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/default_size_rows</applyto>
197
 
      <owner>gnome-terminal</owner>
198
 
      <type>int</type>
199
 
      <default>24</default>
200
 
      <locale name="C">
201
 
         <short>Default number of rows</short>
202
 
         <long>
203
 
           Number of rows in newly created terminal windows.
204
 
         </long>
205
 
      </locale>
206
 
    </schema>
207
 
 
208
 
    <schema>
209
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/scrollbar_position</key>
210
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/scrollbar_position</applyto>
211
 
      <owner>gnome-terminal</owner>
212
 
      <type>string</type>
213
 
      <default>right</default>
214
 
      <locale name="C">
215
 
         <short>Position of the scrollbar</short>
216
 
         <long>
217
 
          Where to put the terminal scrollbar. Possibilities are 
218
 
          "left", "right", and "disabled".
219
 
         </long>
220
 
      </locale>
221
 
    </schema>
222
 
 
223
 
    <schema>
224
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/scrollback_lines</key>
225
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/scrollback_lines</applyto>
226
 
      <owner>gnome-terminal</owner>
227
 
      <type>int</type>
228
 
      <default>512</default>
229
 
      <locale name="C">
230
 
         <short>Number of lines to keep in scrollback</short>
231
 
         <long>
232
 
           Number of scrollback lines to keep around. You can
233
 
           scroll back in the terminal by this number of lines;
234
 
           lines that don't fit in the scrollback are discarded.
235
 
           If scrollback_unlimited is true, this value is ignored.
236
 
         </long>
237
 
      </locale>
238
 
    </schema>
239
 
 
240
 
    <schema>
241
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/scrollback_unlimited</key>
242
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/scrollback_unlimited</applyto>
243
 
      <owner>gnome-terminal</owner>
244
 
      <type>bool</type>
245
 
      <default>false</default>
246
 
      <locale name="C">
247
 
         <short>Whether an unlimited number of lines should be kept in scrollback</short>
248
 
         <long>
249
 
           If true, scrollback lines will never be discarded.  The scrollback
250
 
           history is stored on disk temporarily, so this may cause the system
251
 
           to run out of disk space if there is a lot of output to the
252
 
           terminal.
253
 
         </long>
254
 
      </locale>
255
 
    </schema>
256
 
 
257
 
    <schema>
258
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/scroll_on_keystroke</key>
259
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/scroll_on_keystroke</applyto>
260
 
      <owner>gnome-terminal</owner>
261
 
      <type>bool</type>
262
 
      <default>true</default>
263
 
      <locale name="C">
264
 
         <short>Whether to scroll to the bottom when a key is pressed</short>
265
 
         <long>
266
 
          If true, pressing a key jumps the scrollbar to the bottom.
267
 
         </long>
268
 
      </locale>
269
 
    </schema>
270
 
 
271
 
    <schema>
272
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/scroll_on_output</key>
273
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/scroll_on_output</applyto>
274
 
      <owner>gnome-terminal</owner>
275
 
      <type>bool</type>
276
 
      <default>false</default>
277
 
      <locale name="C">
278
 
         <short>Whether to scroll to the bottom when there's new output</short>
279
 
         <long>
280
 
          If true, whenever there's new output the terminal will scroll
281
 
          to the bottom.
282
 
         </long>
283
 
      </locale>
284
 
    </schema>
285
 
 
286
 
    <schema>
287
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/alternate_screen_scroll</key>
288
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/alternate_screen_scroll</applyto>
289
 
      <owner>gnome-terminal</owner>
290
 
      <type>bool</type>
291
 
      <default>true</default>
292
 
      <locale name="C">
293
 
         <short>
294
 
          Whether to send keystrokes for alternate screen scrolling
295
 
         </short>
296
 
         <long>
297
 
          If true, send Up/Down keystrokes for scrolling when using alternate
298
 
          screen or when scrolling is restricted.
299
 
         </long>
300
 
      </locale>
301
 
    </schema>
302
 
 
303
 
    <schema>
304
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/exit_action</key>
305
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/exit_action</applyto>
306
 
      <owner>gnome-terminal</owner>
307
 
      <type>string</type>
308
 
      <default>close</default>
309
 
      <locale name="C">
310
 
         <short>What to do with the terminal when the child command exits</short>
311
 
         <long>
312
 
           Possible values are "close" to close the terminal, and
313
 
           "restart" to restart the command.
314
 
         </long>
315
 
      </locale>
316
 
    </schema>
317
 
 
318
 
    <schema>
319
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/login_shell</key>
320
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/login_shell</applyto>
321
 
      <owner>gnome-terminal</owner>
322
 
      <type>bool</type>
323
 
      <default>false</default>
324
 
      <locale name="C">
325
 
         <short>Whether to launch the command in the terminal as a login shell</short>
326
 
         <long>
327
 
          If true, the command inside the terminal will be launched as 
328
 
          a login shell. (argv[0] will have a hyphen in front of it.)
329
 
         </long>
330
 
      </locale>
331
 
    </schema>
332
 
 
333
 
    <schema>
334
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/update_records</key>
335
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/update_records</applyto>
336
 
      <owner>gnome-terminal</owner>
337
 
      <type>bool</type>
338
 
      <default>true</default>
339
 
      <locale name="C">
340
 
         <short>Whether to update login records when launching terminal command</short>
341
 
         <long>
342
 
        If true, the system login records utmp and wtmp will be updated when the command inside the terminal
343
 
        is launched.
344
 
         </long>
345
 
      </locale>
346
 
    </schema>
347
 
 
348
 
    <schema>
349
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/use_custom_command</key>
350
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/use_custom_command</applyto>
351
 
      <owner>gnome-terminal</owner>
352
 
      <type>bool</type>
353
 
      <default>false</default>
354
 
      <locale name="C">
355
 
         <short>Whether to run a custom command instead of the shell</short>
356
 
         <long>
357
 
          If true, the value of the custom_command setting will 
358
 
         be used in place of running a shell.
359
 
         </long>
360
 
      </locale>
361
 
    </schema>
362
 
 
363
 
     <schema>
364
 
       <key>/schemas/apps/gnome-terminal/profiles/Ambiance/cursor_blink_mode</key>
365
 
       <applyto>/apps/gnome-terminal/profiles/Ambiance/cursor_blink_mode</applyto>
366
 
       <owner>gnome-terminal</owner>
367
 
       <type>string</type>
368
 
       <default>system</default>
369
 
       <locale name="C">
370
 
          <short>Whether to blink the cursor</short>
371
 
          <long>
372
 
            The possible values are "system" to use the global cursor blinking
373
 
            settings, or "on" or "off" to set the mode explicitly.
374
 
          </long>
375
 
       </locale>
376
 
     </schema>
377
 
    
378
 
     <schema>
379
 
       <key>/schemas/apps/gnome-terminal/profiles/Ambiance/cursor_shape</key>
380
 
       <applyto>/apps/gnome-terminal/profiles/Ambiance/cursor_shape</applyto>
381
 
       <owner>gnome-terminal</owner>
382
 
       <type>string</type>
383
 
       <default>block</default>
384
 
       <locale name="C">
385
 
          <short>The cursor appearance</short>
386
 
          <long>
387
 
            The possible values are "block" to use a block cursor, "ibeam" to
388
 
            use a vertical line cursor, or "underline" to use an underline cursor.
389
 
          </long>
390
 
       </locale>
391
 
     </schema>
392
 
    
393
 
     <schema>
394
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/custom_command</key>
395
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/custom_command</applyto>
396
 
      <owner>gnome-terminal</owner>
397
 
      <type>string</type>
398
 
      <default></default>
399
 
      <locale name="C">
400
 
         <short>Custom command to use instead of the shell</short>
401
 
         <long>
402
 
          Run this command in place of the shell, if 
403
 
          use_custom_command is true.
404
 
         </long>
405
 
      </locale>
406
 
    </schema>
407
 
 
408
 
    <schema>
409
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/icon</key>
410
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/icon</applyto>
411
 
      <owner>gnome-terminal</owner>
412
 
      <type>string</type>
413
 
      <default></default>
414
 
      <locale name="C">
415
 
         <short>Icon for terminal window</short>
416
 
         <long>
417
 
          Icon to use for tabs/windows containing this profile.
418
 
         </long>
419
 
      </locale>
420
 
    </schema>
421
 
 
422
 
    <schema>
423
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/palette</key>
424
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/palette</applyto>
425
 
      <owner>gnome-terminal</owner>
426
 
      <type>string</type>
427
 
      <default>#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC</default>
428
 
      <locale name="C">
429
 
         <short>Palette for terminal applications</short>
430
 
         <long>
431
 
          Terminals have a 16-color palette that applications inside 
432
 
          the terminal can use. This is that palette, in the form 
433
 
          of a colon-separated list of color names. Color names 
434
 
          should be in hex format e.g. "#FF00FF"
435
 
         </long>
436
 
      </locale>
437
 
    </schema>
438
 
 
439
 
    <schema>
440
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/font</key>
441
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/font</applyto>
442
 
      <owner>gnome-terminal</owner>
443
 
      <type>string</type>
444
 
      <default>Monospace 12</default>
445
 
      <locale name="C">
446
 
         <short>Font</short>
447
 
         <long>
448
 
          An Pango font name. Examples are "Sans 12" or "Monospace Bold 14".
449
 
         </long>
450
 
      </locale>
451
 
    </schema>
452
 
 
453
 
    <schema>
454
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/background_type</key>
455
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/background_type</applyto>
456
 
      <owner>gnome-terminal</owner>
457
 
      <type>string</type>
458
 
      <default>transparent</default>
459
 
      <locale name="C">
460
 
         <short>Background type</short>
461
 
         <long>
462
 
          Type of terminal background. May be "solid" for a solid color,
463
 
          "image" for an image, or "transparent" for either real transparency if
464
 
          a compositing window manager is running, or pseudo-transparency
465
 
          otherwise.
466
 
         </long>
467
 
      </locale>
468
 
    </schema>
469
 
 
470
 
    <schema>
471
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/background_image</key>
472
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/background_image</applyto>
473
 
      <owner>gnome-terminal</owner>
474
 
      <type>string</type>
475
 
      <default></default>
476
 
      <locale name="C">
477
 
         <short>Background image</short>
478
 
         <long>
479
 
           Filename of a background image.
480
 
         </long>
481
 
      </locale>
482
 
    </schema>
483
 
 
484
 
    <schema>
485
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/scroll_background</key>
486
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/scroll_background</applyto>
487
 
      <owner>gnome-terminal</owner>
488
 
      <type>bool</type>
489
 
      <default>true</default>
490
 
      <locale name="C">
491
 
         <short>Whether to scroll background image</short>
492
 
         <long>
493
 
           If true, scroll the background image with the foreground 
494
 
           text; if false, keep the image in a fixed position and 
495
 
           scroll the text above it.
496
 
         </long>
497
 
      </locale>
498
 
    </schema>
499
 
 
500
 
    <schema>
501
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/background_darkness</key>
502
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/background_darkness</applyto>
503
 
      <owner>gnome-terminal</owner>
504
 
      <type>float</type>
505
 
      <default>0.95</default>
506
 
      <locale name="C">
507
 
         <short>How much to darken the background image</short>
508
 
         <long>
509
 
          A value between 0.0 and 1.0 indicating how much to darken 
510
 
          the background image. 0.0 means no darkness, 1.0 means fully 
511
 
          dark. In the current implementation, there are only two levels of 
512
 
          darkness possible, so the setting behaves as a boolean,
513
 
          where 0.0 disables the darkening effect.          
514
 
         </long>
515
 
      </locale>
516
 
    </schema>
517
 
 
518
 
    <schema>
519
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/backspace_binding</key>
520
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/backspace_binding</applyto>
521
 
      <owner>gnome-terminal</owner>
522
 
      <type>string</type>
523
 
      <default>ascii-del</default>
524
 
      <locale name="C">
525
 
         <short>Effect of the Backspace key</short>
526
 
         <long>
527
 
          Sets what code the backspace key generates. Possible values 
528
 
          are "ascii-del" for the ASCII DEL character, 
529
 
          "control-h" for Control-H (AKA the ASCII BS character), 
530
 
          "escape-sequence" for the escape sequence typically 
531
 
          bound to backspace or delete. "ascii-del" is normally 
532
 
          considered the correct setting for the Backspace key.
533
 
         </long>
534
 
      </locale>
535
 
    </schema>
536
 
 
537
 
 
538
 
    <schema>
539
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/delete_binding</key>
540
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/delete_binding</applyto>
541
 
      <owner>gnome-terminal</owner>
542
 
      <type>string</type>
543
 
      <default>escape-sequence</default>
544
 
      <locale name="C">
545
 
         <short>Effect of the Delete key</short>
546
 
         <long>
547
 
          Sets what code the delete key generates. Possible values 
548
 
          are "ascii-del" for the ASCII DEL character, 
549
 
          "control-h" for Control-H (AKA the ASCII BS character), 
550
 
          "escape-sequence" for the escape sequence typically 
551
 
          bound to backspace or delete. "escape-sequence" is normally 
552
 
          considered the correct setting for the Delete key.
553
 
         </long>
554
 
      </locale>
555
 
    </schema>
556
 
 
557
 
 
558
 
    <schema>
559
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/use_theme_colors</key>
560
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/use_theme_colors</applyto>
561
 
      <owner>gnome-terminal</owner>
562
 
      <type>bool</type>
563
 
      <default>false</default>
564
 
      <locale name="C">
565
 
         <short>Whether to use the colors from the theme for the terminal widget</short>
566
 
         <long>
567
 
        If true, the theme color scheme used for text entry boxes will 
568
 
        be used for the terminal, instead of colors provided by the user.
569
 
         </long>
570
 
      </locale>
571
 
    </schema>
572
 
 
573
 
    <schema>
574
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/use_system_font</key>
575
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/use_system_font</applyto>
576
 
      <owner>gnome-terminal</owner>
577
 
      <type>bool</type>
578
 
      <default>true</default>
579
 
      <locale name="C">
580
 
         <short>Whether to use the system font</short>
581
 
         <long>
582
 
          If true, the terminal will use the desktop-global standard
583
 
          font if it's monospace (and the most similar font it can
584
 
          come up with otherwise).
585
 
         </long>
586
 
      </locale>
587
 
    </schema>
588
 
 
589
 
    <schema>
590
 
      <key>/schemas/apps/gnome-terminal/profiles/Ambiance/use_skey</key>
591
 
      <applyto>/apps/gnome-terminal/profiles/Ambiance/use_skey</applyto>
592
 
      <owner>gnome-terminal</owner>
593
 
      <type>bool</type>
594
 
      <default>true</default>
595
 
      <locale name="C">
596
 
         <short><!-- Translators: S/Key is the name of an application, so it should
597
 
         not be translated. -->Highlight S/Key challenges</short>
598
 
         <long><!-- Translators: S/Key is the name of an application, so it should
599
 
         not be translated. -->Popup a dialog when an S/Key challenge response query is
600
 
         detected and clicked on.  Typing a password into the dialog
601
 
         will send it to the terminal.
602
 
         </long>
603
 
      </locale>
604
 
    </schema>
605
 
 
606
 
  </schemalist>  
607
 
</gconfschemafile>