From ef0467789bfc8406b57ba553e4d59f4d6c3f9be8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 14 Dec 2011 10:13:54 +0100 Subject: Moved from Mate-Extra repository --- logview/data/Makefile.am | 36 ++++ logview/data/logview-filter.ui | 257 +++++++++++++++++++++++++++++ logview/data/logview-toolbar.xml | 33 ++++ logview/data/mate-system-log.1 | 37 +++++ logview/data/mate-system-log.desktop.in.in | 15 ++ logview/data/mate-system-log.schemas.in | 80 +++++++++ 6 files changed, 458 insertions(+) create mode 100644 logview/data/Makefile.am create mode 100644 logview/data/logview-filter.ui create mode 100644 logview/data/logview-toolbar.xml create mode 100644 logview/data/mate-system-log.1 create mode 100644 logview/data/mate-system-log.desktop.in.in create mode 100644 logview/data/mate-system-log.schemas.in (limited to 'logview/data') diff --git a/logview/data/Makefile.am b/logview/data/Makefile.am new file mode 100644 index 00000000..04efb96a --- /dev/null +++ b/logview/data/Makefile.am @@ -0,0 +1,36 @@ +xmldir = $(pkgdatadir) +xml_DATA = logview-toolbar.xml logview-filter.ui + +desktopdir = $(datadir)/applications +desktop_in_files = mate-system-log.desktop.in +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +$(desktop_in_files): $(desktop_in_files:.desktop.in=.desktop.in.in) + @sed -e "s|\@VERSION\@|@VERSION@|" $< > $@ +@INTLTOOL_DESKTOP_RULE@ + +man_MANS = mate-system-log.1 + +schemasdir = $(MATECONF_SCHEMA_FILE_DIR) +schemas_in_files = mate-system-log.schemas.in +schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) +@INTLTOOL_SCHEMAS_RULE@ + +install-data-local: $(schemas_DATA) +if MATECONF_SCHEMAS_INSTALL + if test -z "$(DESTDIR)" ; then \ + for p in $^ ; do \ + MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) $(MATECONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \ + done \ + fi +endif + +EXTRA_DIST = \ + mate-system-log.desktop.in.in \ + $(xml_DATA) \ + $(man_MANS) \ + $(schemas_in_files) + +DISTCLEANFILES = \ + $(desktop_DATA) \ + $(desktop_in_files) \ + $(schemas_DATA) diff --git a/logview/data/logview-filter.ui b/logview/data/logview-filter.ui new file mode 100644 index 00000000..57e8cb59 --- /dev/null +++ b/logview/data/logview-filter.ui @@ -0,0 +1,257 @@ + + + + + + 5 + True + normal + + + True + 6 + + + True + 3 + 2 + 12 + 6 + + + True + 0 + _Name: + True + + + GTK_FILL + GTK_FILL + + + + + True + 0 + _Regular Expression: + True + + + 1 + 2 + GTK_FILL + GTK_FILL + + + + + True + True + + + 1 + 2 + + + + + True + True + + + 1 + 2 + 1 + 2 + + + + + True + 0 + 0 + none + + + True + 12 + + + True + 2 + 2 + 12 + 12 + + + Highlight + True + True + False + 0 + True + True + + + + + Hide + True + True + False + 0 + True + True + + + 1 + 2 + + + + + True + 5 + + + True + 12 + + + Foreground: + True + True + False + 0 + True + + + 0 + + + + + True + True + True + + + 1 + + + + + 0 + + + + + True + 12 + + + Background: + True + True + False + 0 + True + + + 0 + + + + + True + True + True + + + 1 + + + + + 1 + + + + + 1 + 2 + + + + + + + + + + + + True + 0 + Effect: + + + + + + + + 2 + 2 + 3 + 6 + + + + + 1 + + + + + True + end + + + gtk-cancel + True + True + True + True + + + 0 + + + + + gtk-apply + True + True + True + True + + + 1 + + + + + False + end + 0 + + + + + + button1 + button2 + + + diff --git a/logview/data/logview-toolbar.xml b/logview/data/logview-toolbar.xml new file mode 100644 index 00000000..2ee639d8 --- /dev/null +++ b/logview/data/logview-toolbar.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/logview/data/mate-system-log.1 b/logview/data/mate-system-log.1 new file mode 100644 index 00000000..a54e4299 --- /dev/null +++ b/logview/data/mate-system-log.1 @@ -0,0 +1,37 @@ +.\" mate-system-log.1 - MATE logfile viewer +.\" Copyright 2001 Jochen Voss +.TH mate-system-log 1 "Aug 09 2002" "mate-utils 2.0.0" +.SH NAME +mate-system-log \- the MATE System Log Viewer +.SH SYNOPSIS +.B mate-system-log +.sp +or select +.B System Log +from the +.B System Tools +submenu of the Applications menu. +.SH DESCRIPTION +.B MATE System Log Viewer +is a simple utility to display system log files. +.SH AUTHOR +The +.B MATE System Log Viewer +was written by Cesar Miquel . +.PP +This manual page was written by Jochen Voss +. +.SH FILES +.TP +.I /var/log/messages +The system's main logfile. +.TP +.I /etc/syslog.conf +Configuration file for syslogd. See +.BR syslog.conf (5) +for exact information. +.SH SEE ALSO +.BR syslogd (8), +.BR sysklogd (8), +.BR syslog.conf (5), +.BR syslogd-listfiles (8) diff --git a/logview/data/mate-system-log.desktop.in.in b/logview/data/mate-system-log.desktop.in.in new file mode 100644 index 00000000..ccd7f5d9 --- /dev/null +++ b/logview/data/mate-system-log.desktop.in.in @@ -0,0 +1,15 @@ +[Desktop Entry] +_Name=Log File Viewer +_Comment=View or monitor system log files +Exec=mate-system-log +Icon=logviewer +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;MATE;System;Monitor; +OnlyShowIn=MATE; +X-MATE-DocPath=mate-system-log/mate-system-log.xml +X-MATE-Bugzilla-Bugzilla=MATE +X-MATE-Bugzilla-Product=mate-utils +X-MATE-Bugzilla-Component=logview +X-MATE-Bugzilla-Version=@VERSION@ diff --git a/logview/data/mate-system-log.schemas.in b/logview/data/mate-system-log.schemas.in new file mode 100644 index 00000000..7961605f --- /dev/null +++ b/logview/data/mate-system-log.schemas.in @@ -0,0 +1,80 @@ + + + + + /schemas/apps/mate-system-log/logfile + /apps/mate-system-log/logfile + logview + string + /var/log/messages + + Log file to open up on startup + Specifies the log file displayed at startup. + The default is either /var/adm/messages or + /var/log/messages, depending on your + operating system. + + + + + + /schemas/apps/mate-system-log/fontsize + /apps/mate-system-log/fontsize + logview + int + 10 + + Size of the font used to display the log + 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. + + + + + + /schemas/apps/mate-system-log/height + /apps/mate-system-log/height + logview + int + 400 + + Height of the main window in pixels + Specifies the height of the log viewer main window + in pixels. + + + + + + /schemas/apps/mate-system-log/width + /apps/mate-system-log/width + logview + int + 600 + + Width of the main window in pixels + Specifies the width of the log viewer main window + in pixels. + + + + + + /schemas/apps/mate-system-log/logfiles + /apps/mate-system-log/logfiles + logview + list + string + + Log files to open up on startup + Specifies a list of log files to open up at startup. + A default list is created by reading /etc/syslog.conf. + + + + + + + -- cgit v1.2.1