This file is indexed.

/usr/share/gconf/schemas/guake.schemas is in guake 0.4.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<gconfschemafile>
    <schemalist>

        <schema>
            <key>/schemas/apps/guake/general/default_shell</key>
            <applyto>/apps/guake/general/default_shell</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default></default>
            <locale name="C">
                <short>Path to the default shell.</short>
                <long>Path to the default shell. Set to empty to
                use default user shell. If invalid path is set
                here, guake will fallback to user shell.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/use_login_shell</key>
            <applyto>/apps/guake/general/use_login_shell</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>false</default>
            <locale name="C">
                <short>Login shell</short>
                <long>If true, the commands in terminal will be
                executed in a login shell.</long>
            </locale>
        </schema>

	<schema>
            <key>/schemas/apps/guake/general/use_trayicon</key>
            <applyto>/apps/guake/general/use_trayicon</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Sets the tray visibility.</short>
                <long>When true tray is visible.</long>
            </locale>
        </schema>

	<schema>
            <key>/schemas/apps/guake/general/use_popup</key>
            <applyto>/apps/guake/general/use_popup</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Sets the popup notifications visibility.</short>
                <long>When true, popup notifications will be shown
                when Guake starts.</long>
            </locale>
        </schema>

	<schema>
            <key>/schemas/apps/guake/general/prompt_on_quit</key>
            <applyto>/apps/guake/general/prompt_on_quit</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Prompt when quiting.</short>
                <long>Ask for confirmation when guiting Guake and there
                processes running.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/window_ontop</key>
            <applyto>/apps/guake/general/window_ontop</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Stay on top.</short>
                <long>Makes guake window be on top of all other windows in the
                    desktop.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/window_losefocus</key>
            <applyto>/apps/guake/general/window_losefocus</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>false</default>
            <locale name="C">
                <short>Determine if guake hides on lose focus.</short>
                <long>If this property is set as true, guake will be
                hidden when the main window lose the focus (when
                Alt+Tab be pressed for example).</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/window_tabbar</key>
            <applyto>/apps/guake/general/window_tabbar</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>The tab bar visibility.</short>
                <long>When true, the tab bar is visible.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/start_fullscreen</key>
            <applyto>/apps/guake/general/start_fullscreen</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>false</default>
            <locale name="C">
                <short>Start fullscreen.</short>
                <long>When true, the program will start in fullscreen mode.</long>
            </locale>
        </schema>

	<schema>
            <key>/schemas/apps/guake/general/window_width</key>
            <applyto>/apps/guake/general/window_width</applyto>
            <owner>guake</owner>
            <type>int</type>
            <default>100</default>
            <locale name="C">
                <short>Window height.</short>
                <long>Percent of the screen that will be used by guake
                  terminal horizontally.</long>
            </locale>
        </schema>

	<schema>
            <key>/schemas/apps/guake/general/window_height</key>
            <applyto>/apps/guake/general/window_height</applyto>
            <owner>guake</owner>
            <type>int</type>
            <default>50</default>
            <locale name="C">
                <short>Window size.</short>
                <long>Percent of the screen that will be used by guake
                  terminal vertically.</long>
            </locale>
        </schema>

	<schema>
	    <key>/schemas/apps/guake/general/window_halignment</key>
	    <applyto>/apps/guake/general/window_halignment</applyto>
	    <owner>guake</owner>
	    <type>int</type>
	    <default>0</default>
	    <locale name="C">
	    <short>Window horizontal alignment.</short>
	    <long>Place Guake at:
	          0: center, 1: left, 2: right</long>
	    </locale>
	</schema>

        <schema>
            <key>/schemas/apps/guake/general/use_scrollbar</key>
            <applyto>/apps/guake/general/use_scrollbar</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Sets the scrollbar visibility.</short>
                <long>When true, scrollbar is visible.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/history_size</key>
            <applyto>/apps/guake/general/history_size</applyto>
            <owner>guake</owner>
            <type>int</type>
            <default>1024</default>
            <locale name="C">
                <short>History Size.</short>
                <long>The number of scrollback lines to save in
                history.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/scroll_output</key>
            <applyto>/apps/guake/general/scroll_output</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>false</default>
            <locale name="C">
                <short>Scroll on output</short>
                <long>If true, whenever there is new output in the
                terminal, it will scroll to the bottom.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/scroll_keystroke</key>
            <applyto>/apps/guake/general/scroll_keystroke</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Scroll on keystroke</short>
                <long>If true and a key is pressed, the terminal is
                scrolled to the bottom.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/use_default_font</key>
            <applyto>/apps/guake/general/use_default_font</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Use default font</short>
                <long>If true, Guake will use the GNOME monospace
                default font.</long>
            </locale>
        </schema>

	<schema>
            <key>/schemas/apps/guake/general/use_vte_titles</key>
            <applyto>/apps/guake/general/use_vte_titles</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Use terminal titles for tab naming</short>
                <long>Any terminal program can set the terminal's title via special escape sequences. Some shells (e.g. bash) display user's prompt there (though you can adjust that to any arbitrary text in bashrc or similar) and update it automatically as the prompt changes. So you can have easy automatically updating meaningful tab titles with this option turned on.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/style/font/style</key>
            <applyto>/apps/guake/style/font/style</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>Monospace 10</default>
            <locale name="C">
                <short>Font style.</short>
                <long>Font face and size that will be used in terminal.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/style/font/color</key>
            <applyto>/apps/guake/style/font/color</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>#ffffffffffff</default>
            <locale name="C">
                <short>Font color.</short>
                <long>Font color that will be used in terminal.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/style/font/palette</key>
            <applyto>/apps/guake/style/font/palette</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>#000000000000:#cccc00000000:#4e4e9a9a0606:#c4c4a0a00000:#34346565a4a4:#757550507b7b:#060698209a9a:#d3d3d7d7cfcf:#555557575353:#efef29292929:#8a8ae2e23434:#fcfce9e94f4f:#72729f9fcfcf:#adad7f7fa8a8:#3434e2e2e2e2:#eeeeeeeeecec</default>
            <locale name="C">
                <short>Color scheme.</short>
                <long>Color scheme that will be used in terminal.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/style/background/color</key>
            <applyto>/apps/guake/style/background/color</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>#000000000000</default>
            <locale name="C">
                <short>Background color.</short>
                <long>Background color that will be used in terminal.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/style/background/image</key>
            <applyto>/apps/guake/style/background/image</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default></default>
            <locale name="C">
                <short>Background image.</short>
                <long>Background image that will be used in terminal.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/style/background/transparency</key>
            <applyto>/apps/guake/style/background/transparency</applyto>
            <owner>guake</owner>
            <type>int</type>
            <default>80</default>
            <locale name="C">
                <short>Background transparency.</short>
                <long>Alpha that will be applied to the terminal
                background.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/compat_backspace</key>
            <applyto>/apps/guake/general/compat_backspace</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>ascii-delete</default>
            <locale name="C">
                <short>Backspace Compatibility</short>
                <long>Defines the behavior of backscape key.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/compat_delete</key>
            <applyto>/apps/guake/general/compat_delete</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>delete-sequence</default>
            <locale name="C">
                <short>Delete Compatibility</short>
                <long>Defines the behavior of delete key.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/global/show_hide</key>
            <applyto>/apps/guake/keybindings/global/show_hide</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>F12</default>
            <locale name="C">
                <short>Keybinding to show/hide guake.</short>
                <long>Global keybinding to allow user call guake from each
                place after it's opened without clicks.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/local/quit</key>
            <applyto>/apps/guake/keybindings/local/quit</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>&lt;Control&gt;&lt;Shift&gt;q</default>
            <locale name="C">
                <short>Quit</short>
                <long>Quit Guake.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/local/new_tab</key>
            <applyto>/apps/guake/keybindings/local/new_tab</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>&lt;Control&gt;&lt;Shift&gt;t</default>
            <locale name="C">
                <short>Add a new tab.</short>
                <long>Calls the function to add a new tab in guake window.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/local/close_tab</key>
            <applyto>/apps/guake/keybindings/local/close_tab</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>&lt;Control&gt;&lt;Shift&gt;w</default>
            <locale name="C">
                <short>Closes the current tab.</short>
                <long>Accelerator to active function that closes the current selected tab.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/local/previous_tab</key>
            <applyto>/apps/guake/keybindings/local/previous_tab</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>&lt;Control&gt;Page_Up</default>
            <locale name="C">
                <short>Previous tab.</short>
                <long>Shows the previous tab.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/local/next_tab</key>
            <applyto>/apps/guake/keybindings/local/next_tab</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>&lt;Control&gt;Page_Down</default>
            <locale name="C">
                <short>Next tab.</short>
                <long>Shows the next tab.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/local/rename_tab</key>
            <applyto>/apps/guake/keybindings/local/rename_tab</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>F2</default>
            <locale name="C">
                <short>Rename tab.</short>
                <long>Shows a dialog to rename the current tab.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/local/clipboard_copy</key>
            <applyto>/apps/guake/keybindings/local/clipboard_copy</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>&lt;Control&gt;&lt;Shift&gt;c</default>
            <locale name="C">
                <short>Copy clipboard.</short>
                <long>Copy the clipboard content.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/local/clipboard_paste</key>
            <applyto>/apps/guake/keybindings/local/clipboard_paste</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>&lt;Control&gt;&lt;Shift&gt;v</default>
            <locale name="C">
                <short>Paste clipboard.</short>
                <long>Paste the clipboard content.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/keybindings/local/toggle_fullscreen</key>
            <applyto>/apps/guake/keybindings/local/toggle_fullscreen</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>F11</default>
            <locale name="C">
                <short>Toggle Fullscreen.</short>
                <long>Toggle main guake window fullscreen.</long>
            </locale>
        </schema>

        <!-- These options are not shown in guake-prefs window to
             avoid bloating that pretty ui =) -->

        <schema>
            <key>/schemas/apps/guake/general/word_chars</key>
            <applyto>/apps/guake/general/word_chars</applyto>
            <owner>guake</owner>
            <type>string</type>
            <default>-A-Za-z0-9,./?%&amp;#:_</default>
            <locale name="C">
                <!-- these comments were stolen from gnome-terminal,
                     thanks gnome-temrinal buddies -->
                <short>Characters that are considered "part of a word"</short>
                <long>When selecting text by word, sequences of these
                characters are considered single words. Ranges can be
                given as "A-Z". Literal hyphen (not expressing a
                range) should be the first character given. </long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/show_resizer</key>
            <applyto>/apps/guake/general/show_resizer</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>If guake must show a control to make resizing more handful</short>
                <long>When true, guake shows a resizer on its bottom to allow user 
                resize guake.</long>
            </locale>
        </schema>

        <schema>
            <key>/schemas/apps/guake/general/toolbar_visible_in_fullscreen</key>
            <applyto>/apps/guake/general/toolbar_visible_in_fullscreen</applyto>
            <owner>guake</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>If the tabs bar must be visible in fullscreen</short>
                <long>Set it as false to enjoy guake's fullscreen.</long>
            </locale>
        </schema>
    </schemalist>
</gconfschemafile>