This file is indexed.

/usr/share/glib-2.0/schemas/org.cinnamon.gschema.xml is in cinnamon-common 2.8.6-1ubuntu1.

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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/cinnamon/" id="org.cinnamon" gettext-domain="@GETTEXT_PACKAGE@">
    <key type="b" name="development-tools">
      <default>true</default>
      <summary>Enable internal tools useful for developers and testers from Alt-F2</summary>
      <description>Allows access to internal debugging and monitoring tools using the Alt-F2 dialog.</description>
    </key>
    <key type="as" name="enabled-extensions">
      <default>[]</default>
      <summary>Uuids of extensions to enable</summary>
      <description>Cinnamon extensions have a uuid property; this key lists extensions which should be loaded. disabled-extensions overrides this setting for extensions that appear in both lists. Append ! in front of uuid to override version check</description>
    </key>
    
    <key type="as" name="enabled-applets">
      <default>['panel1:left:0:menu@cinnamon.org', 'panel1:left:1:show-desktop@cinnamon.org', 'panel1:left:2:panel-launchers@cinnamon.org', 'panel1:left:3:window-list@cinnamon.org', 'panel1:right:0:notifications@cinnamon.org', 'panel1:right:1:user@cinnamon.org', 'panel1:right:2:removable-drives@cinnamon.org', 'panel1:right:3:keyboard@cinnamon.org', 'panel1:right:4:bluetooth@cinnamon.org', 'panel1:right:5:network@cinnamon.org', 'panel1:right:6:sound@cinnamon.org', 'panel1:right:7:power@cinnamon.org', 'panel1:right:8:systray@cinnamon.org', 'panel1:right:9:calendar@cinnamon.org', 'panel1:right:10:windows-quick-list@cinnamon.org']</default>
      <summary>Uuids of applets to enable</summary>
      <description>Cinnamon applets have a uuid property; this key lists applets which should be loaded. Append ! in front of uuid to override version check.</description>
    </key>

    <key type="i" name="next-applet-id">
      <default>0</default>
      <summary>The next applet id to give the next added applet</summary>
      <description>Do not change manually.</description>
    </key>
    
    <key type="i" name="next-desklet-id">
      <default>0</default>
      <summary>The next desklet id to give the next added desklet</summary>
      <description>Do not change manually.</description>
    </key>
    
    <key type="as" name="enabled-desklets">
      <default>[]</default>
      <summary>Uuids of desklets to enable</summary>
      <description>Cinnamon desklets have a uuid property; this key lists desklets which should be loaded. uuids should be put in the form uuid:id:x:y, where id is used to distinguish between multiple instances of the same desklet. Append ! in front of uuid to override version check.</description>
    </key>
    
    <key type="as" name="enabled-search-providers">
      <default>[]</default>
      <summary>Uuids of search providers to enable</summary>
      <description>Cinnamon search providers have a uuid property; this key lists search providers which should be loaded.</description>
    </key>

    <key type="b" name="desklet-snap">
      <default>true</default>
      <summary>Whether desklets "snap" to a grid position</summary>
      <description>Enabling this allows desklets' position to be snapped into a regular grid</description>
    </key>

    <key type="i" name="desklet-snap-interval">
      <default>25</default>
      <summary>The interval between each possible grid position when desklets "snap"</summary>
      <description>If desklet-snap is enabled, the possible positions of desklets will be all integer multiples of the value of "desklet-snap-size"</description>
    </key>

    <key type="as" name="panels-enabled">
      <default>['1:0:bottom']</default>
      <summary>List of panels used</summary>
      <description>Panels are listed in the following format: panelID:monitor:position, where monitor is the monitor number (0 for primary), and position is either top or bottom</description>
    </key>

    <key type="as" name="panels-autohide">
      <default>['1:false']</default>
      <summary>Auto-hide panel</summary>
      <description>Whether the panel autohides or not.</description>
    </key>
    
    <key type="as" name="panels-show-delay">
      <default>['1:0']</default>
      <summary>Duration of the delay before a hidden panel is shown</summary>
      <description>Duration of the delay (in milliseconds)</description>
    </key>
    
    <key type="as" name="panels-hide-delay">
      <default>['1:0']</default>
      <summary>Duration of the delay before a shown panel is hidden</summary>
      <description>Duration of the delay (in milliseconds)</description>
    </key>

    <key type="as" name="panels-resizable">
      <default>['1:false']</default>
      <summary>Resizable panel</summary>
      <description>Whether the panel uses a user-defined height</description>
    </key>
    
    <key type="as" name="panels-height">
      <default>['1:25']</default>
      <summary>Panel size</summary>
      <description>User-defined panel-height for panels. Note, this value may or may not be the true value in use at runtime, depending on any scaling that may be occurring (on hidpi screens, for instance).</description>
    </key>

    <key type="as" name="panels-scale-text-icons">
      <default>['1:true']</default>
      <summary>Scale panel applet text and icons</summary>
      <description>Whether the panel icons and text from applets is resized according to the custom panel height</description>
    </key>

    <key type="b" name="panel-resizable">
      <default>false</default>
      <summary>(Deprecated) Resizable panel</summary>
      <description>(Deprecated) Retained to avoid applets who read the property from crashing Cinnamon</description>
    </key>

    <key type="b" name="panel-scale-text-icons">
      <default>false</default>
      <summary>(Deprecated) Scale panel applet text and icons</summary>
      <description>(Deprecated) Retained to avoid applets who read the property from crashing Cinnamon</description>
    </key>

    <key type="b" name="desktop-effects">
      <default>true</default>
      <summary>Enable desktop effects</summary>
      <description>Whether to enable desktop effects and window animations.</description>
    </key>
    
    <key type="b" name="desktop-effects-on-dialogs">
      <default>false</default>
      <summary>Enable desktop effects on dialog boxes</summary>
      <description>Whether to enable desktop effects on dialog boxes.</description>
    </key>

    <key type="s" name="desktop-effects-style">
      <default>"cinnamon"</default>
      <summary>The style of desktop effects</summary>
      <description>An overall style used for desktop effects. This key should not be edited directly.</description>
    </key>

    <key type="s" name="desktop-effects-close-effect">
      <default>"traditional"</default>
      <summary>Effect used when closing windows</summary>
      <description>An effect: scale, fade, traditional, none</description>
    </key>
    
     <key type="s" name="desktop-effects-close-transition">
      <default>"easeOutQuad"</default>
      <summary>Transition used when closing windows</summary>
      <description>A Tweener transition</description>
    </key>
    
    <key type="i" name="desktop-effects-close-time">
      <default>175</default>
      <summary>Duration of the effect (in milliseconds)</summary>
      <description>Duration of the effect (in milliseconds)</description>
    </key>
    
    <key type="s" name="desktop-effects-map-effect">
      <default>"traditional"</default>
      <summary>Effect used when mapping windows</summary>
      <description>An effect: scale, fade, traditional, none</description>
    </key>
    
     <key type="s" name="desktop-effects-map-transition">
      <default>"easeOutQuad"</default>
      <summary>Transition used when mapping windows</summary>
      <description>A Tweener transition</description>
    </key>
    
    <key type="i" name="desktop-effects-map-time">
      <default>175</default>
      <summary>Duration of the effect (in milliseconds)</summary>
      <description>Duration of the effect (in milliseconds)</description>
    </key>
    
    
    <key type="s" name="desktop-effects-minimize-effect">
      <default>"traditional"</default>
      <summary>Effect used when minimizing windows</summary>
      <description>An effect: traditional, scale, fade, traditional, none</description>
    </key>
    
     <key type="s" name="desktop-effects-minimize-transition">
      <default>"easeInQuad"</default>
      <summary>Transition used when minimizing windows</summary>
      <description>A Tweener transition</description>
    </key>
    
    <key type="i" name="desktop-effects-minimize-time">
      <default>200</default>
      <summary>Duration of the effect (in milliseconds)</summary>
      <description>Duration of the effect (in milliseconds)</description>
    </key>
    
    <key type="s" name="desktop-effects-maximize-effect">
      <default>"none"</default>
      <summary>Effect used when maximizing windows</summary>
      <description>An effect: none</description>
    </key>
    
     <key type="s" name="desktop-effects-maximize-transition">
      <default>"easeInExpo"</default>
      <summary>Transition used when maximizing windows</summary>
      <description>A Tweener transition</description>
    </key>
    
    <key type="i" name="desktop-effects-maximize-time">
      <default>100</default>
      <summary>Duration of the effect (in milliseconds)</summary>
      <description>Duration of the effect (in milliseconds)</description>
    </key>
    
    <key type="s" name="desktop-effects-unmaximize-effect">
      <default>"none"</default>
      <summary>Effect used when unmaximizing windows</summary>
      <description>An effect: none</description>
    </key>
    
     <key type="s" name="desktop-effects-unmaximize-transition">
      <default>"easeNone"</default>
      <summary>Transition used when unmaximizing windows</summary>
      <description>A Tweener transition</description>
    </key>
    
    <key type="i" name="desktop-effects-unmaximize-time">
      <default>100</default>
      <summary>Duration of the effect (in milliseconds)</summary>
      <description>Duration of the effect (in milliseconds)</description>
    </key>

    <key type="s" name="desktop-effects-tile-effect">
      <default>"none"</default>
      <summary>Effect used when maximizing windows</summary>
      <description>An effect: none</description>
    </key>
    
     <key type="s" name="desktop-effects-tile-transition">
      <default>"easeInQuad"</default>
      <summary>Transition used when maximizing windows</summary>
      <description>A Tweener transition</description>
    </key>
    
    <key type="i" name="desktop-effects-tile-time">
      <default>100</default>
      <summary>Duration of the effect (in milliseconds)</summary>
      <description>Duration of the effect (in milliseconds)</description>
    </key>
    
    <key type="b" name="startup-animation">
      <default>true</default>
      <summary>Whether the startup animation is enabled</summary>
      <description>Whether the startup animation is enabled</description>
    </key>

    <key type="s" name="desktop-layout">
      <default>""</default>
      <summary>(Deprecated) Layout style</summary>
      <description>(Deprecated) Layout styles - pre-2.6</description>
    </key>
    
    <key type="s" name="date-format">
      <default>"YYYY-MM-DD"</default>
      <summary>Date format</summary>
      <description>Format used for dates.</description>
    </key>

    <key type="i" name="number-workspaces">
        <default>0</default>
        <summary>(Deprecated) Number of workspaces</summary>
      <description>(Deprecated) Number of Workspaces - pre-2.6, even though you shouldn't use it even on &lt;2.6 releases. Use org.cinnamon.desktop.wm.preferences num-workspaces instead.</description>
    </key>

    <key type="as" name="overview-corner">
      <default>['expo:false:false', 'scale:false:false', 'scale:false:false', 'desktop:false:false']</default>
      <summary>Properties of overview corners</summary>
      <description>Properties of overview corners, in the form functionality:hover:icon. The order in which properties are displayed is top left, top right, bottom left, bottom right.</description>
    </key>

    <key type="as" name="panel-launchers">
      <default>["DEPRECATED"]</default>
      <summary>Obsolete - unused</summary>
      <description>Obsolete - unused</description>
    </key>

    <key type="b" name="enable-app-monitoring">
      <default>true</default>
      <summary>Whether to collect stats about applications usage</summary>
      <description>Cinnamon normally monitors active applications in order to present the most used ones (e.g. in launchers). While this data will be kept private, you may want to disable this for privacy reasons. Please note that doing so won't remove already saved data.</description>
    </key>

    <key type="as" name="favorite-apps">
      <default>[ 'firefox.desktop', 'mintinstall.desktop', 'cinnamon-settings.desktop', 'hexchat.desktop', 'gnome-terminal.desktop', 'nemo.desktop' ]</default>
      <summary>List of desktop file IDs for favorite applications</summary>
      <description>The applications corresponding to these identifiers will be displayed in the favorites area.</description>
    </key>
    
    <key type="as" name="workspace-name-overrides">
      <default>['DEPRECATED']</default>
      <summary>(Deprecated) List of non-default workspace names</summary>
      <description>(Deprecated) The user-set names of the workspaces. Deprecated since 2.6. Use org.cinnamon.desktop.wm.preferences workspace-names instead.</description>
    </key>
    
    <key type="i" name="workspace-osd-duration">
      <default>400</default>
      <summary>Duration of Workspace OSD (in milliseconds)</summary>
      <description>Duration of the OSD (in milliseconds)</description>
    </key>
    
    <key type="i" name="workspace-osd-x">
      <range min="5" max="95"/>
      <default>50</default>
      <summary>Workspace horizontal position (in percent of the monitor's width)</summary>
      <description>Workspace horizontal position (in percent of the monitor's width)</description>
    </key>
    
    <key type="i" name="workspace-osd-y">
      <range min="5" max="95"/>
      <default>50</default>
      <summary>Workspace vertical position (in percent of the monitor's height)</summary>
      <description>Workspace vertical position (in percent of the monitor's height)</description>
    </key>
    
    <key type="b" name="workspace-osd-visible">
      <default>true</default>
      <summary>Enable or disable the workspace OSD</summary>
      <description>Whether the name of the workspace shows up on the screen when activated or not.</description>
    </key>

    <key type="b" name="enable-looking-glass-logs">
      <default>true</default>
      <summary>Enable or disable sending Looking Glass global.log output to file</summary>
      <description>Whether looking glass log data is written to the file: ~/.cinnamon/glass.log or not</description>
    </key>

    <key type="b" name="workspace-expo-view-as-grid">
      <default>false</default>
      <summary>Display the Expo view as a grid</summary>
      <description>
        When enabled the Expo view will be displayed as a grid.
      </description>
    </key>

    <key type="as" name="disabled-open-search-providers">
      <default>[]</default>
      <summary>disabled OpenSearch providers</summary>
    </key>

    <key type="as" name="command-history">
      <default>[]</default>
      <summary>History for command (Alt-F2) dialog</summary>
    </key>

    <key type="as" name="looking-glass-history">
      <default>[]</default>
      <summary>History for the looking glass dialog</summary>
    </key>

    <key type="i" name="saved-im-presence">
      <default>1</default>
      <summary/>
    </key>

    <key type="i" name="saved-session-presence">
      <default>0</default>
      <summary/>
    </key>

    <key type="b" name="no-adjacent-panel-barriers">
      <default>false</default>
      <summary>Whether to omit pointer barriers between adjacent panels.</summary>
    </key>

    <key type="b" name="panel-edit-mode">
      <default>false</default>
      <summary>Panel edit mode</summary>
      <description>A mode for the user to drag and drop applets and modify the look of the desktop</description>
    </key>
    
    <key type="b" name="panel-launchers-draggable">
      <default>true</default>
      <summary>Obsolete</summary>
    </key>

    <key type="s" name="alttab-switcher-style">
      <default>"icons+thumbnails"</default>
      <summary>ALT-tab switcher style</summary>
      <description>Controls the style of the ALT-tab window switcher. Can be any combination of "icons", "preview" and "thumbnails", separated by "+".</description>
    </key>
    
    <key type="b" name="alttab-switcher-enforce-primary-monitor">
      <default>false</default>
      <summary>Enforce displaying the alt-tab switcher on the primary monitor instead of the active one</summary>
    </key>

    <key type="i" name="alttab-switcher-delay">
      <default>100</default>
      <summary>Duration of the effect (in milliseconds)</summary>
      <description>Duration of the effect (in milliseconds)</description>
    </key>

    <key type="b" name="bring-windows-to-current-workspace">
      <default>false</default>
      <summary>Brings windows requiring attention to the current workspace</summary>
      <description>
        When enabled, if a window requires attention, it is brought to the current workspace.
      </description>
    </key>

    <key type="b" name="prevent-focus-stealing">
      <default>false</default>
      <summary>Prevents windows that request user attention from stealing focus</summary>
      <description>
        When enabled, even if a window requires attention, it is not activated.
      </description>
    </key>

    <key type="i" name="desklet-decorations">
      <default>1</default>
      <summary>The decoration level of the desklets</summary>
      <description>The amount of decoration desklets must have. 0 = None; 1 = Borders; 2 = Borders and header;</description>
    </key>

    <key type="b" name="enable-edge-flip">
      <default>false</default>
      <summary>Whether edge flip is enabled</summary>
    </key>

    <key type="i" name="edge-flip-delay">
      <default>1000</default>
      <summary>Duration of the delay before switching the workspace</summary>
      <description>Duration of the delay (in milliseconds)</description>
    </key>

    <key type="b" name="cinnamon-settings-advanced">
      <default>false</default>
      <summary>Whether advanced mode is enabled in cinnamon-settings</summary>
    </key>

    <key type="b" name="run-dialog-show-completions">
      <default>true</default>
      <summary>Whether or not to show possible completions in the run dialog (Alt-F2)</summary>
    </key>

    <key type="as" name="run-dialog-aliases">
      <default>[]</default>
      <summary>Aliases for the Alt-F2 dialog</summary>
      <description>Aliases for use in the Alt-F2 dialog. This is a list of strings of the form a:b, where an instance of "a" is to be replaced with "b". Replacement is only performed on the first word.</description>
    </key>

    <key type="s" name="show-media-keys-osd">
      <default>"medium"</default>
      <summary>Whether the media keys osd is disabled or its relative display size</summary>
      <description>Allows setting of the default size of the media keys osd or disables it completely. Possible values are "small", "medium", "large", or "disabled".</description>
    </key>

    <child schema="org.cinnamon.theme" name="theme"/>   
    <child schema="org.cinnamon.recorder" name="recorder"/>
    <child schema="org.cinnamon.keyboard" name="keyboard"/>
    <child schema="org.cinnamon.desklets" name="desklets"/>
    <child schema="org.cinnamon.sounds" name="sounds"/>

    <key type="b" name="enable-vfade">
      <default>false</default>
      <summary>Enable the fade effect in Cinnamon scrollviews</summary>
      <description>Whether the vfade effect is enabled or not</description>
    </key>

    <key type="b" name="show-snap-osd">
      <default>true</default>
      <summary>Show the tile/snap OSD</summary>
      <description>Hide the snap OSD.</description>
    </key>

    <key type="b" name="show-tile-hud">
      <default>true</default>
      <summary>Show the tile HUD</summary>
      <description>Hide the tile HUD.</description>
    </key>

    <key type="i" name="active-display-scale">
      <range min="1" max="4"/>
      <default>1</default>
      <summary>Utility read-only setting used by st library</summary>
      <description>Current scale factor</description>
    </key>

    <key type="b" name="enable-indicators">
      <default>true</default>
      <summary>Enable support for indicators</summary>
      <description>Whether to support indicators</description>
    </key>

  </schema>
 
  <schema path="/org/cinnamon/theme/" id="org.cinnamon.theme" gettext-domain="@GETTEXT_PACKAGE@">
    <key type="s" name="name">
      <default>""</default>
      <summary>Theme name</summary>
      <description>The name of the theme</description>
    </key>
  </schema>
 
  <schema path="/org/cinnamon/keyboard/" id="org.cinnamon.keyboard" gettext-domain="@GETTEXT_PACKAGE@">
    <key type="s" name="keyboard-type">
      <default>'touch'</default>
      <summary>Which keyboard to use</summary>
      <description>The type of keyboard to use.</description>
    </key>
  </schema>
    
  <schema path="/org/cinnamon/recorder/" id="org.cinnamon.recorder" gettext-domain="@GETTEXT_PACKAGE@">
    <key type="i" name="framerate">
      <default>15</default>
      <summary>Framerate used for recording screencasts.</summary>
      <description>The framerate of the resulting screencast recordered by Cinnamon's screencast recorder in frames-per-second.</description>
    </key>
    <key type="s" name="pipeline">
      <default>''</default>
      <summary>The gstreamer pipeline used to encode the screencast</summary>
      <description>Sets the GStreamer pipeline used to encode recordings. It follows the syntax used for gst-launch. The pipeline should have an unconnected sink pad where the recorded video is recorded. It will normally have a unconnected source pad; output from that pad will be written into the output file. However the pipeline can also take care of its own output - this might be used to send the output to an icecast server via shout2send or similar. When unset or set to an empty value, the default pipeline will be used. This is currently 'videorate ! vp8enc quality=10 speed=2 threads=%T ! queue ! webmmux' and records to WEBM using the VP8 codec. %T is used as a placeholder for a guess at the optimal thread count on the system.</description>
    </key>
    <key type="s" name="file-extension">
      <default>'webm'</default>
      <summary>File extension used for storing the screencast</summary>
      <description>The filename for recorded screencasts will be a unique filename based on the current date, and use this extension. It should be changed when recording to a different container format.</description>
    </key>
  </schema>

  <schema path="/org/cinnamon/background/" id="org.cinnamon.background">
    <key type="s" name="mode">
      <default>"wallpaper"</default>
      <summary>Background mode</summary>
      <description>
        This key defines the whether the desktop background shows one
        single wallpaper, a slideshow or an online slideshow (Flickr).
      </description>
    </key>
    <key type="s" name="slideshow-folder">
      <default>""</default>
      <summary>Folder to use for the slideshow</summary>
      <description>
        This key defines the folder to use for the slideshow.
      </description>
    </key>
    <key type="b" name="slideshow-recursive">
      <default>false</default>
      <summary>Whether to list files recursively for the slideshow</summary>
      <description>
        This key defines whether to list files recursively for the slideshow.
      </description>
    </key>
    <key type="i" name="slideshow-delay">
      <default>15</default>
      <summary>Delay for the slideshow</summary>
      <description>
        This key defines the delay for the slideshow.
      </description>
    </key>
  </schema>

  <schema path="/org/cinnamon/desklets/" id="org.cinnamon.desklets" gettext-domain="@GETTEXT_PACKAGE@">  
    <child schema="org.cinnamon.desklets.launcher" name="launcher"/>
  </schema>

  <schema path="/org/cinnamon/sounds/" id="org.cinnamon.sounds">  
    
    <key type="b" name="switch-enabled">
      <default>false</default>
      <summary>Whether to play a sound when switching workspaces</summary>
      <description>
        Whether to play a sound when switching workspaces.
      </description>
    </key> 
   
    <key type="s" name="switch-file">
      <default>""</default>
      <summary>Which sound to play when switching workspaces</summary>
      <description>
        Which sound to play when switching workspaces.
      </description>
    </key>      

    <key type="b" name="close-enabled">
      <default>false</default>
      <summary>Whether to play a sound when closing windows</summary>
      <description>
        Whether to play a sound when closing windows.
      </description>
    </key> 
   
    <key type="s" name="close-file">
      <default>""</default>
      <summary>Which sound to play when closing windows</summary>
      <description>
        Which sound to play when closing windows.
      </description>
    </key>      

    <key type="b" name="map-enabled">
      <default>false</default>
      <summary>Whether to play a sound when mapping windows</summary>
      <description>
        Whether to play a sound when mapping windows.
      </description>
    </key> 
   
    <key type="s" name="map-file">
      <default>""</default>
      <summary>Which sound to play when mapping windows</summary>
      <description>
        Which sound to play when mapping windows.
      </description>
    </key>      

    <key type="b" name="minimize-enabled">
      <default>false</default>
      <summary>Whether to play a sound when minimizing windows</summary>
      <description>
        Whether to play a sound when minimizing windows.
      </description>
    </key> 
   
    <key type="s" name="minimize-file">
      <default>""</default>
      <summary>Which sound to play when minimizing windows</summary>
      <description>
        Which sound to play when minimizing windows.
      </description>
    </key>      

    <key type="b" name="maximize-enabled">
      <default>false</default>
      <summary>Whether to play a sound when maximizing windows</summary>
      <description>
        Whether to play a sound when maximizing windows.
      </description>
    </key> 
   
    <key type="s" name="maximize-file">
      <default>""</default>
      <summary>Which sound to play when maximizing windows</summary>
      <description>
        Which sound to play when maximizing windows.
      </description>
    </key>      

    <key type="b" name="unmaximize-enabled">
      <default>false</default>
      <summary>Whether to play a sound when unmaximizing windows</summary>
      <description>
        Whether to play a sound when unmaximizing windows.
      </description>
    </key> 
   
    <key type="s" name="unmaximize-file">
      <default>""</default>
      <summary>Which sound to play when unmaximizing windows</summary>
      <description>
        Which sound to play when unmaximizing windows.
      </description>
    </key>      

    <key type="b" name="tile-enabled">
      <default>false</default>
      <summary>Whether to play a sound when tiling windows</summary>
      <description>
        Whether to play a sound when tiling windows.
      </description>
    </key> 
   
    <key type="s" name="tile-file">
      <default>""</default>
      <summary>Which sound to play when tiling windows</summary>
      <description>
        Which sound to play when tiling windows.
      </description>
    </key>      

    <key type="b" name="login-enabled">
      <default>false</default>
      <summary>Whether to play a sound during login</summary>
      <description>
        Whether to play a sound during login.
      </description>
    </key> 
   
    <key type="s" name="login-file">
      <default>""</default>
      <summary>Which sound to play when logging in</summary>
      <description>
        Which sound to play during login.
      </description>
    </key> 

    <key type="b" name="logout-enabled">
      <default>false</default>
      <summary>Whether to play a sound during logout</summary>
      <description>
        Whether to play a sound during logout.
      </description>
    </key> 
   
    <key type="s" name="logout-file">
      <default>""</default>
      <summary>Which sound to play when logging out</summary>
      <description>
        Which sound to play during logout.
      </description>
    </key>          

    <key type="b" name="plug-enabled">
      <default>false</default>
      <summary>Whether to play a sound when a device is plugged</summary>
      <description>
        Whether to play a sound when a device is plugged.
      </description>
    </key> 
   
    <key type="s" name="plug-file">
      <default>""</default>
      <summary>Which sound to play when a device is plugged</summary>
      <description>
        Which sound to play when a device is plugged.
      </description>
    </key>     

    <key type="b" name="unplug-enabled">
      <default>false</default>
      <summary>Whether to play a sound when a device is unplugged</summary>
      <description>
        Whether to play a sound when a device is unplugged.
      </description>
    </key> 
   
    <key type="s" name="unplug-file">
      <default>""</default>
      <summary>Which sound to play when a device is plugged</summary>
      <description>
        Which sound to play when a device is unplugged.
      </description>
    </key>    

  </schema>

  <schema path="/org/cinnamon/desklets/launcher/" id="org.cinnamon.desklets.launcher" gettext-domain="@GETTEXT_PACKAGE@">
    <key type="as" name="launcher-list">
      <default>[]</default>
      <summary>Desktop files of the applications to be shown on desktop</summary>
      <description>The "launchers" desklet provides a method to show a launcher on the desktop This list maps the desklet id to the desktop file of application.</description>
    </key>
  </schema>

  <schema path="/org/cinnamon/keybindings/" id="org.cinnamon.keybindings">
    <key type="as" name="custom-list">
      <default>[]</default>
      <summary>deprecated - moved to org.cinnamon.desktop.keybindings</summary>
    </key>
  </schema>

  <schema id="org.cinnamon.keybindings.custom-keybinding">
    <key type="s" name="name">
      <default>''</default>
      <summary>deprecated - moved to org.cinnamon.desktop.keybindings</summary>
    </key>
    <key type="s" name="binding">
      <default>''</default>
      <summary>deprecated - moved to org.cinnamon.desktop.keybindings</summary>
    </key>
    <key type="s" name="command">
      <default>''</default>
      <summary>deprecated - moved to org.cinnamon.desktop.keybindings</summary>
    </key>
  </schema>

  <schema path="/org/cinnamon/invalid-schema/" id="org.cinnamon.invalid-schema">
  </schema>

</schemalist>