summaryrefslogtreecommitdiff
path: root/logview/data/mate-system-log.schemas.in
blob: 7961605f29886e3769ec9f8c79fc35063b74d1fb (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
<mateconfschemafile>

  <schemalist>
      <schema>
      <key>/schemas/apps/mate-system-log/logfile</key>
      <applyto>/apps/mate-system-log/logfile</applyto>
      <owner>logview</owner>
      <type>string</type>
      <default>/var/log/messages</default>
      <locale name="C">
        <short>Log file to open up on startup</short>
        <long>Specifies the log file displayed at startup.
	      The default is either /var/adm/messages or 
	      /var/log/messages, depending on your 
	      operating system.
       </long>
      </locale>
      </schema>

      <schema>
      <key>/schemas/apps/mate-system-log/fontsize</key>
      <applyto>/apps/mate-system-log/fontsize</applyto>
      <owner>logview</owner>
      <type>int</type>
      <default>10</default>
      <locale name="C">
        <short>Size of the font used to display the log</short>
        <long>Specifies the size of the fixed-width font used
		to display the log in the main tree view.
		The default is taken from the default terminal
		font size.
       </long>
      </locale>
      </schema>
      
      <schema>
      <key>/schemas/apps/mate-system-log/height</key>
      <applyto>/apps/mate-system-log/height</applyto>
      <owner>logview</owner>
      <type>int</type>
      <default>400</default>
      <locale name="C">
        <short>Height of the main window in pixels</short>
        <long>Specifies the height of the log viewer main window
	in pixels.
       </long>
      </locale>
      </schema>

      <schema>
      <key>/schemas/apps/mate-system-log/width</key>
      <applyto>/apps/mate-system-log/width</applyto>
      <owner>logview</owner>
      <type>int</type>
      <default>600</default>
      <locale name="C">
        <short>Width of the main window in pixels</short>
        <long>Specifies the width of the log viewer main window
	in pixels.
       </long>
      </locale>
      </schema>

      <schema>
      <key>/schemas/apps/mate-system-log/logfiles</key>
      <applyto>/apps/mate-system-log/logfiles</applyto>
      <owner>logview</owner>
      <type>list</type>
      <list_type>string</list_type>
      <locale name="C">
        <short>Log files to open up on startup</short>
        <long>Specifies a list of log files to open up at startup.
	A default list is created by reading /etc/syslog.conf.
       </long>
      </locale>
      </schema>

  </schemalist>
  
</mateconfschemafile>