summaryrefslogtreecommitdiff
path: root/baobab/data/baobab.schemas.in
blob: 10196119b42fa4b3833ae799ac64aa28b3cad62f (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
<mateconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/baobab/ui/toolbar_visible</key>
      <applyto>/apps/baobab/ui/toolbar_visible</applyto>
      <owner>baobab</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Toolbar is Visible</short>
	<long>Whether the toolbar should be visible in main window.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/baobab/ui/statusbar_visible</key>
      <applyto>/apps/baobab/ui/statusbar_visible</applyto>
      <owner>baobab</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Status Bar is Visible</short>
	<long>Whether the status bar at the bottom of main window
	should be visible.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/baobab/properties/enable_home_monitor</key>
      <applyto>/apps/baobab/properties/enable_home_monitor</applyto>
      <owner>baobab</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Enable monitoring of home directory</short>
	<long>Whether any change to the home directory should
	be monitored.</long>
      </locale>
    </schema>
    
    
    <schema>
      <key>/schemas/apps/baobab/properties/skip_scan_uri_list</key>
      <applyto>/apps/baobab/properties/skip_scan_uri_list</applyto>
      <owner>baobab</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <locale name="C">
	<short>Excluded partitions URIs</short>
	<long>A list of URIs for partitions to be excluded from scanning.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/baobab/ui/baobab_subfoldertips_visible</key>
      <applyto>/apps/baobab/ui/baobab_subfoldertips_visible</applyto>
      <owner>baobab</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Subfolders tooltips visible</short>
	<long>Whether the subfolder tooltips of the selected folder
	are drawn.</long>
      </locale>
    </schema>
    
  </schemalist>
</mateconfschemafile>