blob: 7df6f4dfaa09b46354c42928a3b5d31016b9e79e (
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
|
<?xml version="1.0"?>
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify</key>
<applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify</applyto>
<type>float</type>
<default>0.05</default>
<locale name="C">
<short>Free percentage notify threshold</short>
<long>Percentage free space threshold for initial warning of low disk space.
If the percentage free space drops below this, a warning will be shown.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again</key>
<applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again</applyto>
<type>float</type>
<default>0.01</default>
<locale name="C">
<short>Subsequent free percentage notify threshold</short>
<long>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify</key>
<applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify</applyto>
<type>int</type>
<default>2</default>
<locale name="C">
<short>Free space no notify threshold</short>
<long>Specify an amount in GB. If the amount of free space is more than this, no warning will be shown.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period</key>
<applyto>/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period</applyto>
<type>int</type>
<default>10</default>
<locale name="C">
<short>Minimum notify period for repeated warnings</short>
<long>Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths</key>
<applyto>/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths</applyto>
<type>list</type>
<list_type>string</list_type>
<default>[]</default>
<locale name="C">
<short>Mount paths to ignore</short>
<long>Specify a list of mount paths to ignore when they run low on space.</long>
</locale>
</schema>
</schemalist>
</mateconfschemafile>
|