From 1aa6079a48aacd1b495f6944848e3d432a4b115d Mon Sep 17 00:00:00 2001 From: Brent Hull Date: Thu, 15 Nov 2012 14:23:32 -0500 Subject: Port logview to Gsettings (based on GNOME patches) --- logview/data/org.mate.system-log.gschema.xml.in | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 logview/data/org.mate.system-log.gschema.xml.in (limited to 'logview/data/org.mate.system-log.gschema.xml.in') diff --git a/logview/data/org.mate.system-log.gschema.xml.in b/logview/data/org.mate.system-log.gschema.xml.in new file mode 100644 index 00000000..0f00134e --- /dev/null +++ b/logview/data/org.mate.system-log.gschema.xml.in @@ -0,0 +1,34 @@ + + + + '/var/log/messages' + <_summary>Log file to open up on startup + <_description>Specifies the log file displayed at startup. The default is either /var/adm/messages or /var/log/messages, depending on your operating system. + + + 10 + <_summary>Size of the font used to display the log + <_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. + + + 400 + <_summary>Height of the main window in pixels + <_description>Specifies the height of the log viewer main window in pixels. + + + 600 + <_summary>Width of the main window in pixels + <_description>Specifies the width of the log viewer main window in pixels. + + + [] + <_summary>Log files to open up on startup + <_description>Specifies a list of log files to open up at startup. A default list is created by reading /etc/syslog.conf. + + + [] + <_summary>List of saved filters + <_description>List of saved regexp filters + + + -- cgit v1.2.1