This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml is in gnome-shell-extension-ubuntu-dock 0.9.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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions">
  <enum id='org.gnome.shell.extensions.dash-to-dock.clickAction'>
    <value value='0' nick='skip'/>
    <value value='1' nick='minimize'/>
    <value value='2' nick='launch'/>
    <value value='3' nick='cycle-windows'/>
    <value value='4' nick='minimize-or-overview'/>
    <value value='5' nick='previews'/>
    <value value='6' nick='quit'/>
  </enum>
  <enum id='org.gnome.shell.extensions.dash-to-dock.scrollAction'>
    <value value='0' nick='do-nothing'/>
    <value value='1' nick='cycle-windows'/>
    <value value='2' nick='switch-workspace'/>
  </enum>
  <!-- this is mean to Match StSide. LEFT and RIGHT actual position in reversed in
       rtl languages -->
  <enum id='org.gnome.shell.extensions.dash-to-dock.position'>
    <value value='0' nick='TOP'/>
    <value value='1' nick='RIGHT'/>
    <value value='2' nick='BOTTOM'/>
    <value value='3' nick='LEFT'/>
  </enum>
  <enum id='org.gnome.shell.extensions.dash-to-dock.intellihide-mode'>
    <value value='0' nick='ALL_WINDOWS'/>
    <value value='1' nick='FOCUS_APPLICATION_WINDOWS'/>
    <value value='2' nick='MAXIMIZED_WINDOWS'/>
  </enum>
  <enum id='org.gnome.shell.extensions.dash-to-dock.transparency-mode'>
    <value value='0' nick='DEFAULT'/>
    <value value='1' nick='FIXED'/>
    <value value='2' nick='ADAPTIVE'/>
    <value value='3' nick='DYNAMIC'/>
  </enum>
    <enum id='org.gnome.shell.extensions.dash-to-dock.running-indicator-style'>
    <value value='0' nick='DEFAULT'/>
    <value value='1' nick='DOTS'/>
    <value value='2' nick='SQUARES'/>
    <value value='3' nick='DASHES'/>
    <value value='4' nick='SEGMENTED'/>
    <value value='5' nick='SOLID'/>
    <value value='6' nick='CILIORA'/>
    <value value='7' nick='METRO'/>
  </enum>
  <schema path="/org/gnome/shell/extensions/dash-to-dock/" id="org.gnome.shell.extensions.dash-to-dock">
    <key name="dock-position" enum="org.gnome.shell.extensions.dash-to-dock.position">
      <default>'LEFT'</default>
      <summary>Dock position</summary>
      <description>Dock is shown on the Left, Right, Top or Bottom side of the screen.</description>
    </key>
    <key type="d" name="animation-time">
      <default>0.2</default>
      <summary>Animation time</summary>
      <description>Sets the time duration of the autohide effect.</description>
    </key>
    <key type="d" name="show-delay">
      <default>0.25</default>
      <summary>Show delay</summary>
      <description>Sets the delay after the mouse reaches the screen border before showing the dock.</description>
    </key>
    <key type="d" name="hide-delay">
      <default>0.20</default>
      <summary>Show delay</summary>
      <description>Sets the delay after the mouse left the dock before hiding it.</description>
    </key>
    <key type="b" name="custom-background-color">
      <default>false</default>
      <summary>Set a custom dash background background color</summary>
      <description>Sets the color for the dash background.</description>
    </key>
    <key type="s" name="background-color">
      <default>"#ffffff"</default>
      <summary>Dash background color.</summary>
      <description>Customize the background color of the dash.</description>
    </key>
    <key name="transparency-mode" enum="org.gnome.shell.extensions.dash-to-dock.transparency-mode">
      <default>'DEFAULT'</default>
      <summary>Transparency mode for the dock</summary>
      <description>FIXED: constant transparency. ADAPTIVE: lock state with the top panel when not hidden. DYNAMIC: dock takes the opaque style only when windows are close to it.</description>
    </key>
    <key name="running-indicator-style" enum="org.gnome.shell.extensions.dash-to-dock.running-indicator-style">
      <default>'DEFAULT'</default>
      <summary>...</summary>
      <description>DEFAULT: .... DOTS: ....</description>
    </key>
    <key type="b" name="running-indicator-dominant-color">
      <default>false</default>
      <summary>Use application icon dominant color for the indicator color</summary>
      <description></description>
    </key>
    <key type="b" name="customize-alphas">
      <default>false</default>
      <summary>Manually set the min and max opacity</summary>
      <description>For Adaptive and Dynamic modes, the min/max opacity values will be given by 'min-alpha' and 'max-alpha'.</description>
    </key>
    <key type="d" name="min-alpha">
      <default>0.2</default>
      <summary>Opacity of the dash background when free-floating</summary>
      <description>Sets the opacity of the dash background when no windows are close.</description>
    </key>
    <key type="d" name="max-alpha">
      <default>0.8</default>
      <summary>Opacity of the dash background when windows are close.</summary>
      <description>Sets the opacity of the dash background when windows are close.</description>
    </key>
    <key type="d" name="background-opacity">
      <default>0.8</default>
      <summary>Opacity of the dash background</summary>
      <description>Sets the opacity of the dash background  when in autohide mode.</description>
    </key>
    <key type="b" name="intellihide">
      <default>true</default>
      <summary>Dock dodges windows</summary>
      <description>Enable or disable intellihide mode</description>
    </key>
    <key name="intellihide-mode" enum="org.gnome.shell.extensions.dash-to-dock.intellihide-mode">
      <default>'FOCUS_APPLICATION_WINDOWS'</default>
      <summary>Define which windows are considered for intellihide.</summary>
      <description></description>
    </key>
    <key type="b" name="autohide">
      <default>true</default>
      <summary>Dock shown on mouse over</summary>
      <description>Enable or disable autohide mode</description>
    </key>
    <key type="b" name="require-pressure-to-show">
      <default>true</default>
      <summary>Require pressure to show dash</summary>
      <description>Enable or disable requiring pressure to show the dash</description>
    </key>
    <key type="d" name="pressure-threshold">
      <default>100</default>
      <summary>Pressure threshold</summary>
      <description>Sets how much pressure is needed to show the dash.</description>
    </key>
    <key type="b" name="autohide-in-fullscreen">
      <default>false</default>
      <summary>Enable autohide in fullscreen mode.</summary>
      <description>Enable autohide in fullscreen mode.</description>
    </key>
    <key type="b" name="dock-fixed">
      <default>false</default>
      <summary>Dock always visible</summary>
      <description>Dock is always visible</description>
    </key>
    <key type="b" name="scroll-switch-workspace">
      <default>true</default>
      <summary>Switch workspace by scrolling over the dock</summary>
      <description>Add the possibility to switch workspace by mouse scrolling over the dock.</description>
    </key>
    <key type="i" name="dash-max-icon-size">
      <default>48</default>
      <summary>Maximum dash icon size</summary>
      <description>Set the allowed maximum dash icon size. Allowed range: 16..64.</description>
    </key>
    <key type="b" name="icon-size-fixed">
      <default>false</default>
      <summary>Fixed icon size</summary>
      <description>Keep the icon size fived by scrolling the dock.</description>
    </key>
    <key type="b" name="apply-custom-theme">
      <default>false</default>
      <summary>Apply custom theme</summary>
      <description>Apply customization to the dash appearance</description>
    </key>
    <key type="b" name="custom-theme-shrink">
      <default>false</default>
      <summary>TODO</summary>
      <description>TODO</description>
    </key>
    <key type="b" name="custom-theme-customize-running-dots">
      <default>false</default>
      <summary>Customize the style of the running application indicators.</summary>
      <description>Customize the style of the running application indicators.</description>
    </key>
    <key type="s" name="custom-theme-running-dots-color">
      <default>"#ffffff"</default>
      <summary>Running application indicators color</summary>
      <description>Customize the color of the running application indicators.</description>
    </key>
    <key type="s" name="custom-theme-running-dots-border-color">
      <default>"#ffffff"</default>
      <summary>Running application indicators border color.</summary>
      <description>Customize the border color of the running application indicators.</description>
    </key>
    <key type="i" name="custom-theme-running-dots-border-width">
      <default>0</default>
      <summary>Running application indicators border width.</summary>
      <description>Customize the border width of the running application indicators.</description>
    </key>
    <key type="b" name="show-running">
      <default>true</default>
      <summary>Show running apps</summary>
      <description>Show or hide running appplications icons in the dash</description>
    </key>
    <key type="b" name="isolate-workspaces">
      <default>false</default>
      <summary>Provide workspace isolation</summary>
      <description>Dash shows only windows from the currentworkspace</description>
    </key>
    <key type="b" name="isolate-monitors">
      <default>false</default>
      <summary>Provide monitor isolation</summary>
      <description>Dash shows only windows from the monitor</description>
    </key>
    <key type="b" name="show-windows-preview">
      <default>true</default>
      <summary>Show preview of the open windows</summary>
      <description>Replace open windows list with windows previews</description>
    </key>
    <key type="b" name="show-favorites">
      <default>true</default>
      <summary>Show favorites apps</summary>
      <description>Show or hide favorite appplications icons in the dash</description>
    </key>
    <key type="b" name="show-show-apps-button">
      <default>true</default>
      <summary>Show applications button</summary>
      <description>Show appplications button in the dash</description>
    </key>
    <key type="b" name="show-apps-at-top">
      <default>false</default>
      <summary>Show application button at top</summary>
      <description>Show appplication button at top of the dash</description>
    </key>
    <key type="b" name="animate-show-apps">
      <default>true</default>
      <summary>Animate Show Applications from the desktop</summary>
      <description>Animate Show Applications from the desktop</description>
    </key>
    <key type="b" name="bolt-support">
      <default>true</default>
      <summary>Basic compatibility with bolt extensions</summary>
      <description>Make the extension work properly when bolt extensions is enabled</description>
    </key>
    <key type="d" name="height-fraction">
      <default>0.90</default>
      <summary>Dock max height (fraction of available space)</summary>
    </key>
    <key type="b" name="extend-height">
      <default>false</default>
      <summary>Extend the dock container to all the available height</summary>
    </key>
    <key type="i" name="preferred-monitor">
      <default>-1</default>
      <summary>Monitor on which putting the dock</summary>
      <description>Set on which monitor to put the dock, use -1 for the primary one</description>
    </key>
    <key type="b" name="multi-monitor">
      <default>false</default>
      <summary>Enable multi-monitor docks</summary>
      <description>Show a dock on every monitor</description>
    </key>
    <key type="b" name="minimize-shift">
      <default>true</default>
      <summary>Minimize on shift+click</summary>
    </key>
    <key type="b" name="activate-single-window">
      <default>true</default>
      <summary>Activate only one window</summary>
    </key>
    <key name="click-action" enum="org.gnome.shell.extensions.dash-to-dock.clickAction">
      <default>'cycle-windows'</default>
      <summary>Action when clicking on a running app</summary>
      <description>Set the action that is executed when clicking on the icon of a running application</description>
    </key>
    <key name="scroll-action" enum="org.gnome.shell.extensions.dash-to-dock.scrollAction">
      <default>'do-nothing'</default>
      <summary>Action when scrolling app</summary>
      <description>Set the action that is executed when scrolling on the application icon</description>
    </key>
    <key name="shift-click-action" enum="org.gnome.shell.extensions.dash-to-dock.clickAction">
      <default>'minimize'</default>
      <summary>Action when shit+clicking on a running app</summary>
      <description>Set the action that is executed when shift+clicking on the icon of a running application</description>
    </key>
    <key name="middle-click-action" enum="org.gnome.shell.extensions.dash-to-dock.clickAction">
      <default>'launch'</default>
      <summary>Action when clicking on a running app</summary>
      <description>Set the action that is executed when middle-clicking on the icon of a running application</description>
    </key>
    <key name="shift-middle-click-action" enum="org.gnome.shell.extensions.dash-to-dock.clickAction">
      <default>'launch'</default>
      <summary>Action when clicking on a running app</summary>
      <description>Set the action that is executed when shift+middle-clicking on the icon of a running application</description>
    </key>
    <key type="b" name="hot-keys">
      <default>true</default>
      <summary>Super Hot-Keys</summary>
      <description>Launch and switch between dash items using Super+(0-9)</description>
    </key>
    <key type="b" name="hotkeys-show-dock">
      <default>true</default>
      <summary>Show the dock when using the hotkeys</summary>
      <description>The dock will be quickly shown so that the number-overlay is visible and app activation is easier</description>
    </key>
    <key type="s" name="shortcut-text">
      <default>"&lt;Super&gt;q"</default>
      <summary>Keybinding to show the dock and the number overlay.</summary>
      <description>Behavior depends on hotkeys-show-dock and hotkeys-overlay.</description>
    </key>
    <key type="as" name="shortcut">
      <default><![CDATA[['<Super>q']]]></default>
      <summary>Keybinding to show the dock and the number overlay.</summary>
      <description>Behavior depends on hotkeys-show-dock and hotkeys-overlay.</description>
    </key>
    <key type="d" name="shortcut-timeout">
      <default>2</default>
      <summary>Timeout to hide the dock</summary>
      <description>Sets the time duration before the dock is hidden again.</description>
    </key>
    <key type="b" name="hotkeys-overlay">
      <default>true</default>
      <summary>Show the dock when using the hotkeys</summary>
      <description>The dock will be quickly shown so that the number-overlay is visible and app activation is easier</description>
    </key>
    <key name="app-ctrl-hotkey-1" type="as">
      <default><![CDATA[['<Ctrl><Super>1']]]></default>
      <summary>Keybinding to launch 1st dash app</summary>
      <description>
        Keybinding to launch 1st app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-2" type="as">
      <default><![CDATA[['<Ctrl><Super>2']]]></default>
      <summary>Keybinding to launch 2nd dash app</summary>
      <description>
        Keybinding to launch 2nd app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-3" type="as">
      <default><![CDATA[['<Ctrl><Super>3']]]></default>
      <summary>Keybinding to launch 3rd dash app</summary>
      <description>
        Keybinding to launch 3rd app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-4" type="as">
      <default><![CDATA[['<Ctrl><Super>4']]]></default>
      <summary>Keybinding to launch 4th dash app</summary>
      <description>
        Keybinding to launch 4th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-5" type="as">
      <default><![CDATA[['<Ctrl><Super>5']]]></default>
      <summary>Keybinding to launch 5th dash app</summary>
      <description>
        Keybinding to launch 5th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-6" type="as">
      <default><![CDATA[['<Ctrl><Super>6']]]></default>
      <summary>Keybinding to launch 6th dash app</summary>
      <description>
        Keybinding to launch 6th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-7" type="as">
      <default><![CDATA[['<Ctrl><Super>7']]]></default>
      <summary>Keybinding to launch 7th dash app</summary>
      <description>
        Keybinding to launch 7th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-8" type="as">
      <default><![CDATA[['<Ctrl><Super>8']]]></default>
      <summary>Keybinding to launch 8th dash app</summary>
      <description>
        Keybinding to launch 8th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-9" type="as">
      <default><![CDATA[['<Ctrl><Super>9']]]></default>
      <summary>Keybinding to launch 9th dash app</summary>
      <description>
        Keybinding to launch 9th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-10" type="as">
      <default><![CDATA[['<Ctrl><Super>0']]]></default>
      <summary>Keybinding to launch 10th dash app</summary>
      <description>
        Keybinding to launch 10th app.
      </description>
    </key>
    <key name="app-shift-hotkey-1" type="as">
      <default><![CDATA[['<Shift><Super>1']]]></default>
      <summary>Keybinding to trigger 1st dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 1st app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-2" type="as">
      <default><![CDATA[['<Shift><Super>2']]]></default>
      <summary>Keybinding to trigger 2nd dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 2nd app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-3" type="as">
      <default><![CDATA[['<Shift><Super>3']]]></default>
      <summary>Keybinding to trigger 3rd dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 3rd app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-4" type="as">
      <default><![CDATA[['<Shift><Super>4']]]></default>
      <summary>Keybinding to trigger 4th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 4th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-5" type="as">
      <default><![CDATA[['<Shift><Super>5']]]></default>
      <summary>Keybinding to trigger 5th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 5th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-6" type="as">
      <default><![CDATA[['<Shift><Super>6']]]></default>
      <summary>Keybinding to trigger 6th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 6th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-7" type="as">
      <default><![CDATA[['<Shift><Super>7']]]></default>
      <summary>Keybinding to trigger 7th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 7th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-8" type="as">
      <default><![CDATA[['<Shift><Super>8']]]></default>
      <summary>Keybinding to trigger 8th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 8th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-9" type="as">
      <default><![CDATA[['<Shift><Super>9']]]></default>
      <summary>Keybinding to trigger 9th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 9th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-10" type="as">
      <default><![CDATA[['<Shift><Super>0']]]></default>
      <summary>Keybinding to trigger 10th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 10th app with shift behavior.
      </description>
    </key>
    <key name="app-hotkey-1" type="as">
      <default><![CDATA[['<Super>1']]]></default>
      <summary>Keybinding to trigger 1st dash app</summary>
      <description>
        Keybinding to either show or launch the 1st application in the dash.
      </description>
    </key>
    <key name="app-hotkey-2" type="as">
      <default><![CDATA[['<Super>2']]]></default>
      <summary>Keybinding to trigger 2nd dash app</summary>
      <description>
        Keybinding to either show or launch the 2nd application in the dash.
      </description>
    </key>
    <key name="app-hotkey-3" type="as">
      <default><![CDATA[['<Super>3']]]></default>
      <summary>Keybinding to trigger 3rd dash app</summary>
      <description>
        Keybinding to either show or launch the 3rd application in the dash.
      </description>
    </key>
    <key name="app-hotkey-4" type="as">
      <default><![CDATA[['<Super>4']]]></default>
      <summary>Keybinding to trigger 4th dash app</summary>
      <description>
        Keybinding to either show or launch the 4th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-5" type="as">
      <default><![CDATA[['<Super>5']]]></default>
      <summary>Keybinding to trigger 5th dash app</summary>
      <description>
        Keybinding to either show or launch the 5th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-6" type="as">
      <default><![CDATA[['<Super>6']]]></default>
      <summary>Keybinding to trigger 6th dash app</summary>
      <description>
        Keybinding to either show or launch the 6th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-7" type="as">
      <default><![CDATA[['<Super>7']]]></default>
      <summary>Keybinding to trigger 7th dash app</summary>
      <description>
        Keybinding to either show or launch the 7th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-8" type="as">
      <default><![CDATA[['<Super>8']]]></default>
      <summary>Keybinding to trigger 8th dash app</summary>
      <description>
        Keybinding to either show or launch the 8th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-9" type="as">
      <default><![CDATA[['<Super>9']]]></default>
      <summary>Keybinding to trigger 9th dash app</summary>
      <description>
        Keybinding to either show or launch the 9th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-10" type="as">
      <default><![CDATA[['<Super>0']]]></default>
      <summary>Keybinding to trigger 10th dash app</summary>
      <description>
        Keybinding to either show or launch the 10th application in the dash.
      </description>
    </key>
    <key name="force-straight-corner" type="b">
      <default>false</default>
      <summary>Force straight corners in dash</summary>
      <description>Make the borders in the dash non rounded</description>
    </key>
    <key name="unity-backlit-items" type="b">
      <default>false</default>
      <summary>Enable unity7 like glossy backlit items</summary>
      <description>Emulate the unity7 backlit glossy items behaviour</description>
    </key>
  </schema>
</schemalist>