summaryrefslogtreecommitdiff
path: root/logview/data/mate-system-log.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'logview/data/mate-system-log.schemas.in')
-rw-r--r--logview/data/mate-system-log.schemas.in80
1 files changed, 0 insertions, 80 deletions
diff --git a/logview/data/mate-system-log.schemas.in b/logview/data/mate-system-log.schemas.in
deleted file mode 100644
index 7961605f..00000000
--- a/logview/data/mate-system-log.schemas.in
+++ /dev/null
@@ -1,80 +0,0 @@
-<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>