/usr/share/glib-2.0/schemas/org.mate.system-log.gschema.xml is in mate-utils-common 1.12.0-1.
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 | <schemalist gettext-domain="mate-utils">
<schema id="org.mate.system-log" path="/org/mate/system-log/">
<key name="logfile" type="s">
<default>'/var/log/messages'</default>
<summary>Log file to open up on startup</summary>
<description>Specifies the log file displayed at startup. The default is either /var/adm/messages or /var/log/messages, depending on your operating system.</description>
</key>
<key name="fontsize" type="i">
<default>10</default>
<summary>Size of the font used to display the log</summary>
<description>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.</description>
</key>
<key name="height" type="i">
<default>400</default>
<summary>Height of the main window in pixels</summary>
<description>Specifies the height of the log viewer main window in pixels.</description>
</key>
<key name="width" type="i">
<default>600</default>
<summary>Width of the main window in pixels</summary>
<description>Specifies the width of the log viewer main window in pixels.</description>
</key>
<key name="logfiles" type="as">
<default>[]</default>
<summary>Log files to open up on startup</summary>
<description>Specifies a list of log files to open up at startup. A default list is created by reading /etc/syslog.conf.</description>
</key>
<key name="filters" type="as">
<default>[]</default>
<summary>List of saved filters</summary>
<description>List of saved regexp filters</description>
</key>
</schema>
</schemalist>
|