diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-15 12:40:21 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-15 12:40:21 -0800 |
commit | 0402d2a3d30ec2175eb3ea4cd2a801bf589d3388 (patch) | |
tree | c185cf295dfd1d80ffd4792088e179d001ae39a2 /logview/data/mate-system-log.schemas.in | |
parent | 381d345351f1d3a0fb34bb125f1411af61ce67ad (diff) | |
parent | 1aa6079a48aacd1b495f6944848e3d432a4b115d (diff) | |
download | mate-utils-0402d2a3d30ec2175eb3ea4cd2a801bf589d3388.tar.bz2 mate-utils-0402d2a3d30ec2175eb3ea4cd2a801bf589d3388.tar.xz |
Merge pull request #7 from bhull2010/master
Port logview to Gsettings
Diffstat (limited to 'logview/data/mate-system-log.schemas.in')
-rw-r--r-- | logview/data/mate-system-log.schemas.in | 80 |
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> |