summaryrefslogtreecommitdiff
path: root/data/mate-power-manager.schemas.in
blob: 4845738516d6a9e4090a59a950813965da4418ad (plain)
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
<mateconfschemafile>
  <schemalist>

    <schema>
      <key>/schemas/apps/mate-power-manager/actions/sleep_type_battery</key>
      <applyto>/apps/mate-power-manager/actions/sleep_type_battery</applyto>
      <type>string</type>
      <default>hibernate</default>
      <locale name="C">
        <short>Whether to hibernate, suspend or do nothing when inactive</short>
        <long>The type of sleeping that should be performed when the computer is inactive. Possible values are "hibernate", "suspend" and "nothing".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/actions/critical_battery</key>
      <applyto>/apps/mate-power-manager/actions/critical_battery</applyto>
      <type>string</type>
      <default>hibernate</default>
      <locale name="C">
        <short>Battery critical low action</short>
        <long>The action to take when the battery is critically low. Possible values are "hibernate", "suspend", "shutdown" and "nothing".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/actions/event_when_closed_battery</key>
      <applyto>/apps/mate-power-manager/actions/event_when_closed_battery</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>If the battery event should occur when the lid is shut and the power disconnected</short>
        <long>If the battery lid close event should occur (for example 'Suspend when lid closed on battery') when the lid is previously shut and the AC power disconnected at a later time.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/actions/sleep_type_ac</key>
      <applyto>/apps/mate-power-manager/actions/sleep_type_ac</applyto>
      <type>string</type>
      <default>suspend</default>
      <locale name="C">
        <short>Whether to hibernate, suspend or do nothing when inactive</short>
        <long>The type of sleeping that should be performed when the computer is inactive. Possible values are "hibernate", "suspend" and "nothing".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/actions/critical_ups</key>
      <applyto>/apps/mate-power-manager/actions/critical_ups</applyto>
      <type>string</type>
      <default>shutdown</default>
      <locale name="C">
        <short>UPS critical low action</short>
        <long>The action to take when the UPS is critically low. Possible values are "hibernate", "suspend", "shutdown" and "nothing".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/actions/low_ups</key>
      <applyto>/apps/mate-power-manager/actions/low_ups</applyto>
      <type>string</type>
      <default>hibernate</default>
      <locale name="C">
        <short>UPS low power action</short>
        <long>The action to take when the UPS is low. Possible values are "hibernate", "suspend", "shutdown" and "nothing".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/enable</key>
      <applyto>/apps/mate-power-manager/backlight/enable</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Allow backlight brightness adjustment</short>
        <long>If the screen brightness should be changed when switching between AC and battery power.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/battery_reduce</key>
      <applyto>/apps/mate-power-manager/backlight/battery_reduce</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Reduce the backlight brightness when on battery power</short>
        <long>If the screen should be reduced in brightness when the computer is on battery power.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/idle_brightness</key>
      <applyto>/apps/mate-power-manager/backlight/idle_brightness</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>30</default>
      <locale name="C">
        <short>The brightness of the screen when idle</short>
        <long>This is the laptop panel screen brightness used when the session is idle. Only valid when use_time_for_policy is true.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/idle_dim_battery</key>
      <applyto>/apps/mate-power-manager/backlight/idle_dim_battery</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Dim the screen after a period of inactivity when on battery power</short>
        <long>If the screen should be dimmed to save power when the computer is idle when on battery power.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/idle_dim_time</key>
      <applyto>/apps/mate-power-manager/backlight/idle_dim_time</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>10</default>
      <locale name="C">
        <short>The default amount of time to dim the screen after idle</short>
        <long>The default amount of time to dim the screen after idle.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/brightness_dim_battery</key>
      <applyto>/apps/mate-power-manager/backlight/brightness_dim_battery</applyto>
      <type>int</type>
      <default>50</default>
      <locale name="C">
        <short>LCD dimming amount when on battery</short>
        <long>The amount to dim the brightness of the display when on battery power. Possible values are between 0 and 100.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/idle_dim_ac</key>
      <applyto>/apps/mate-power-manager/backlight/idle_dim_ac</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Dim the screen after a period of inactivity when on AC power</short>
        <long>If the screen should be dimmed to save power when the computer is idle when on AC power.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/dpms_method_ac</key>
      <applyto>/apps/mate-power-manager/backlight/dpms_method_ac</applyto>
      <type>string</type>
      <default>off</default>
      <locale name="C">
        <short>Method used to blank screen on AC</short>
        <long>The DPMS method used to blank the screen when on AC power. Possible values are "standby", "suspend" and "off".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/dpms_method_battery</key>
      <applyto>/apps/mate-power-manager/backlight/dpms_method_battery</applyto>
      <type>string</type>
      <default>off</default>
      <locale name="C">
        <short>Method used to blank screen on battery</short>
        <long>The DPMS method used to blank the screen when on battery power. Possible values are "standby", "suspend" and "off".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/backlight/brightness_ac</key>
      <applyto>/apps/mate-power-manager/backlight/brightness_ac</applyto>
      <type>int</type>
      <default>100</default>
      <locale name="C">
        <short>LCD brightness when on AC</short>
        <long>The brightness of the display when on AC power. Possible values are between 0 and 100.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/buttons/suspend</key>
      <applyto>/apps/mate-power-manager/buttons/suspend</applyto>
      <type>string</type>
      <default>suspend</default>
      <locale name="C">
        <short>Suspend button action</short>
        <long>The action to take when the system suspend button is pressed. Possible values are "suspend", "hibernate", "interactive", "shutdown" and "nothing".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/buttons/hibernate</key>
      <applyto>/apps/mate-power-manager/buttons/hibernate</applyto>
      <type>string</type>
      <default>hibernate</default>
      <locale name="C">
        <short>Hibernate button action</short>
        <long>The action to take when the system hibernate button is pressed. Possible values are "suspend", "hibernate", "interactive", "shutdown" and "nothing".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/buttons/power</key>
      <applyto>/apps/mate-power-manager/buttons/power</applyto>
      <type>string</type>
      <default>interactive</default>
      <locale name="C">
        <short>Power button action</short>
        <long>The action to take when the system power button is pressed. Possible values are "suspend", "hibernate", "interactive", "shutdown" and "nothing".</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/buttons/lid_battery</key>
      <applyto>/apps/mate-power-manager/buttons/lid_battery</applyto>
      <type>string</type>
      <default>suspend</default>
      <locale name="C">
        <short>Laptop lid close action on battery</short>
        <long>The action to take when the laptop lid is closed and the laptop is on battery power. Possible values are "suspend", "hibernate", "blank", and "nothing".</long>
     </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/buttons/lid_ac</key>
      <applyto>/apps/mate-power-manager/buttons/lid_ac</applyto>
      <type>string</type>
      <default>suspend</default>
      <locale name="C">
        <short>Laptop lid close action when on AC</short>
        <long>The action to take when the laptop lid is closed and the laptop is on AC power. Possible values are "suspend", "hibernate", "blank" and "nothing".</long>
     </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/general/installed_schema</key>
      <applyto>/apps/mate-power-manager/general/installed_schema</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>3</default>
      <locale name="C">
        <short>The default configuration version</short>
        <long>The version of the installed version of the schema. Do not edit this value, it is used so that configure changes between versions can be detected.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/general/use_profile_time</key>
      <applyto>/apps/mate-power-manager/general/use_profile_time</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>If the learnt profile should be used to calculate the time remaining</short>
        <long>If the learnt profile should be used to calculate the time remaining. Only turn this off for debugging.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/general/use_time_for_policy</key>
      <applyto>/apps/mate-power-manager/general/use_time_for_policy</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether to use time-based notifications</short>
        <long>If time based notifications should be used. If set to false, then the percentage change is used instead, which may fix a broken ACPI BIOS.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/general/check_type_cpu</key>
      <applyto>/apps/mate-power-manager/general/check_type_cpu</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Check CPU load before sleeping</short>
        <long>If the CPU load should be checked before doing the idle action.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/general/network_sleep</key>
      <applyto>/apps/mate-power-manager/general/network_sleep</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Whether NetworkManager should be connected and disconnected on sleep</short>
        <long>Whether NetworkManager should disconnect before suspending or hibernating and connect on resume.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/lock/use_screensaver_settings</key>
      <applyto>/apps/mate-power-manager/lock/use_screensaver_settings</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Use mate-screensaver lock setting</short>
        <long>Whether to use the screen lock setting of mate-screensaver to decide if the screen is locked after a hibernate, suspend or blank screen.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/lock/blank_screen</key>
      <applyto>/apps/mate-power-manager/lock/blank_screen</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Lock screen when blanked</short>
        <long>Whether the screen is locked when the screen is turned off. Only used if lock_use_screensaver_settings is false.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/lock/suspend</key>
      <applyto>/apps/mate-power-manager/lock/suspend</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Lock screen on suspend</short>
        <long>Whether the screen is locked when the computer wakes up from a suspend. Only used if lock_use_screensaver_settings is false.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/lock/hibernate</key>
      <applyto>/apps/mate-power-manager/lock/hibernate</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Lock screen on hibernate</short>
        <long>Whether the screen is locked when the computer wakes up from a hibernate. Only used if lock_use_screensaver_settings is false.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/lock/mate_keyring_suspend</key>
      <applyto>/apps/mate-power-manager/lock/mate_keyring_suspend</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Lock MATE keyring on sleep</short>
        <long>Whether the MATE keyring is locked before the computer enters suspend. This means the keyring will have to be unlocked on resume.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/lock/mate_keyring_hibernate</key>
      <applyto>/apps/mate-power-manager/lock/mate_keyring_hibernate</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Lock MATE keyring on sleep</short>
        <long>Whether the MATE keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/disks/spindown_enable_ac</key>
      <applyto>/apps/mate-power-manager/disks/spindown_enable_ac</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>If the low-power mode should be enabled when on AC</short>
        <long>If the system low-power mode should be enabled when on AC power.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/disks/spindown_enable_battery</key>
      <applyto>/apps/mate-power-manager/disks/spindown_enable_battery</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>If the low-power mode should be enabled when on battery</short>
        <long>If the system low-power mode should be enabled when on laptop battery power.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/disks/spindown_timeout_ac</key>
      <applyto>/apps/mate-power-manager/disks/spindown_timeout_ac</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>600</default>
      <locale name="C">
        <short>Seconds of inactivity to spin down when on AC</short>
        <long>The number of seconds of inactivity to spin down the disks when on AC power.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/disks/spindown_timeout_battery</key>
      <applyto>/apps/mate-power-manager/disks/spindown_timeout_battery</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>60</default>
      <locale name="C">
        <short>Seconds of inactivity to spin down when on battery</short>
        <long>The number of seconds of inactivity to spin down the disks when on battery power.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/notify/perhaps_recall</key>
      <applyto>/apps/mate-power-manager/notify/perhaps_recall</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>If we should show the recalled battery warning for a broken battery</short>
        <long>If we should show the recalled battery warning for a broken battery. Set this to false only if you know your battery is okay.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/notify/low_capacity</key>
      <applyto>/apps/mate-power-manager/notify/low_capacity</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>If we should show the low capacity warning for a broken battery</short>
        <long>If we should show the low capacity warning for a broken battery.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/notify/discharging</key>
      <applyto>/apps/mate-power-manager/notify/discharging</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Notify when AC adapter is disconnected</short>
        <long>If the user should be notified when the AC adapter is disconnected.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/notify/fully_charged</key>
      <applyto>/apps/mate-power-manager/notify/fully_charged</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Notify when fully charged</short>
        <long>If a notification message should be displayed when the battery is fully charged.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/notify/sleep_failed</key>
      <applyto>/apps/mate-power-manager/notify/sleep_failed</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Notify on a sleep failure</short>
        <long>If a notification message should be displayed after suspend or hibernate failed.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/notify/sleep_failed_uri</key>
      <applyto>/apps/mate-power-manager/notify/sleep_failed_uri</applyto>
      <owner>mate-power-manager</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>The URI to show to the user on sleep failure</short>
        <long>When sleep fails we can show the user a button to help fix the situation. Leave this blank if the button should not be shown.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/notify/low_power</key>
      <applyto>/apps/mate-power-manager/notify/low_power</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Notify on a low power</short>
        <long>If a notification message should be displayed when the battery is getting low.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/statistics/show_axis_labels</key>
      <applyto>/apps/mate-power-manager/statistics/show_axis_labels</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether we should show the axis labels in the statistics window</short>
        <long>Whether we should show the axis labels in the statistics window.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/statistics/show_events</key>
      <applyto>/apps/mate-power-manager/statistics/show_events</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether we should show the events in the statistics window</short>
        <long>Whether we should show the events in the statistics window.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/statistics/smooth_data</key>
      <applyto>/apps/mate-power-manager/statistics/smooth_data</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether we should smooth the data in the graph</short>
        <long>Whether we should smooth the data in the graph.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/statistics/graph_type</key>
      <applyto>/apps/mate-power-manager/statistics/graph_type</applyto>
      <owner>mate-power-manager</owner>
      <type>string</type>
      <default>power</default>
      <locale name="C">
        <short>The default graph type to show in the statistics window</short>
        <long>The default graph type to show in the statistics window.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/statistics/data_max_time</key>
      <applyto>/apps/mate-power-manager/statistics/data_max_time</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>21600</default>
      <locale name="C">
        <short>The maximum time displayed on the graph</short>
        <long>The maximum duration of time displayed on the x-axis of the graph.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/thresholds/percentage_low</key>
      <applyto>/apps/mate-power-manager/thresholds/percentage_low</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>10</default>
      <locale name="C">
        <short>Percentage considered low</short>
        <long>The percentage of the battery when it is considered low. Only valid when use_time_for_policy is false.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/thresholds/percentage_critical</key>
      <applyto>/apps/mate-power-manager/thresholds/percentage_critical</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>3</default>
      <locale name="C">
        <short>Percentage considered critical</short>
        <long>The percentage of the battery when it is considered critical. Only valid when use_time_for_policy is false.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/thresholds/percentage_action</key>
      <applyto>/apps/mate-power-manager/thresholds/percentage_action</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>2</default>
      <locale name="C">
        <short>Percentage action is taken</short>
        <long>The percentage of the battery when the critical action is performed. Only valid when use_time_for_policy is false.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/thresholds/time_low</key>
      <applyto>/apps/mate-power-manager/thresholds/time_low</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>1200</default>
      <locale name="C">
        <short>The time remaining when low</short>
        <long>The time remaining in seconds of the battery when it is considered low. Only valid when use_time_for_policy is true.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/thresholds/time_critical</key>
      <applyto>/apps/mate-power-manager/thresholds/time_critical</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>300</default>
      <locale name="C">
        <short>The time remaining when critical</short>
        <long>The time remaining in seconds of the battery when it is considered critical. Only valid when use_time_for_policy is true.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/thresholds/time_action</key>
      <applyto>/apps/mate-power-manager/thresholds/time_action</applyto>
      <owner>mate-power-manager</owner>
      <type>int</type>
      <default>120</default>
      <locale name="C">
        <short>The time remaining when action is taken</short>
        <long>The time remaining in seconds of the battery when critical action is taken. Only valid when use_time_for_policy is true.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/timeout/sleep_computer_battery</key>
      <applyto>/apps/mate-power-manager/timeout/sleep_computer_battery</applyto>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Sleep timeout computer when on battery</short>
        <long>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/timeout/sleep_computer_ac</key>
      <applyto>/apps/mate-power-manager/timeout/sleep_computer_ac</applyto>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Sleep timeout computer when on AC</short>
        <long>The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/timeout/sleep_computer_ups</key>
      <applyto>/apps/mate-power-manager/timeout/sleep_computer_ups</applyto>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Sleep timeout computer when on UPS</short>
        <long>The amount of time in seconds the computer on UPS power needs to be inactive before it goes to sleep.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/timeout/sleep_display_ac</key>
      <applyto>/apps/mate-power-manager/timeout/sleep_display_ac</applyto>
      <type>int</type>
      <default>1800</default>
      <locale name="C">
        <short>Sleep timeout display when on AC</short>
        <long>The amount of time in seconds before the display goes to sleep when the computer is on AC power.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/timeout/sleep_display_battery</key>
      <applyto>/apps/mate-power-manager/timeout/sleep_display_battery</applyto>
      <type>int</type>
      <default>600</default>
      <locale name="C">
        <short>Sleep timeout display when on battery</short>
        <long>The amount of time in seconds the computer on battery power needs to be inactive before the display goes to sleep.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/timeout/sleep_display_ups</key>
      <applyto>/apps/mate-power-manager/timeout/sleep_display_ups</applyto>
      <type>int</type>
      <default>600</default>
      <locale name="C">
        <short>Sleep timeout display when on UPS</short>
        <long>The amount of time in seconds the computer on UPS power needs to be inactive before the display goes to sleep.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/ui/enable_sound</key>
      <applyto>/apps/mate-power-manager/ui/enable_sound</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>If sounds should be used</short>
        <long>If sounds should be used when the power is critically low, or inhibit requests have stopped the policy action.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/ui/show_actions</key>
      <applyto>/apps/mate-power-manager/ui/show_actions</applyto>
      <owner>mate-power-manager</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>If preferences and statistics items should be shown in the context menu</short>
        <long></long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/mate-power-manager/ui/icon_policy</key>
      <applyto>/apps/mate-power-manager/ui/icon_policy</applyto>
      <owner>mate-power-manager</owner>
      <type>string</type>
      <default>present</default>
      <locale name="C">
        <short>When to show the notification icon</short>
        <long>Display options for the notification icon. Valid options are "never", "low", "critical", "charge", "present" and "always".</long>
      </locale>
    </schema>

  </schemalist>
</mateconfschemafile>