source: gnome/applications/gnome-logs.xml@ cb0972f6

12.2 trunk
Last change on this file since cb0972f6 was 1cd77c3, checked in by Douglas R. Reno <renodr@…>, 3 weeks ago

Tags for typesetting and GNOME Applications

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-logs-download-http
8 "&gnome-download-http;/gnome-logs/&gnome-45;/gnome-logs-&gnome-logs-version;.tar.xz">
9 <!ENTITY gnome-logs-download-ftp " ">
10 <!ENTITY gnome-logs-md5sum "5b9396cf24528ae72eb4c48934f60df2">
11 <!ENTITY gnome-logs-size "624 KB">
12 <!ENTITY gnome-logs-buildsize "8.8 MB">
13 <!ENTITY gnome-logs-time "0.1 SBU">
14]>
15
16<!-- Unfortunately, after testing this on elogind/SysV, GNOME Logs will ONLY
17 use the systemd journal, and will refuse to load logs from /var/log :-( -->
18<sect1 id="gnome-logs" xreflabel="gnome-logs-&gnome-logs-version;" revision="systemd">
19 <?dbhtml filename="gnome-logs.html"?>
20
21
22 <title>gnome-logs-&gnome-logs-version;</title>
23
24 <indexterm zone="gnome-logs">
25 <primary sortas="a-gnome-logs">gnome-logs</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GNOME Logs</title>
30
31 <para>
32 The <application>GNOME Logs</application> package contains a log viewer
33 for the systemd journal.
34 </para>
35
36 &lfs122_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gnome-logs-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gnome-logs-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gnome-logs-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gnome-logs-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gnome-logs-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gnome-logs-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GNOME Logs Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk4"/>,
77 <xref linkend="gsettings-desktop-schemas"/>,
78 <xref linkend="itstool"/>, and
79 <xref linkend="libadwaita1"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="Optional">
84 <xref linkend="appstream-glib"/>,
85 <xref linkend="desktop-file-utils"/> (for the test suite), and
86 <xref linkend="DocBook"/>,
87 <xref linkend="docbook-xsl"/>,
88 <xref linkend="libxslt"/> (to build manual pages), and
89 <ulink url="https://pypi.python.org/pypi/dogtail">dogtail</ulink>
90 </para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of GNOME Logs</title>
96
97 <para>
98 Install <application>GNOME Logs</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
105meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
106ninja</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>ninja test</command>
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>ninja install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/meson-buildtype-release.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 gnome-logs
139 </seg>
140 <seg>
141 None
142 </seg>
143 <seg>
144 /usr/share/gnome-logs and
145 /usr/share/help/*/gnome-logs
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="gnome-logs-prog">
156 <term><command>gnome-logs</command></term>
157 <listitem>
158 <para>
159 is a <application>GNOME</application> log viewer for the
160 systemd journal
161 </para>
162 <indexterm zone="gnome-logs gnome-logs-prog">
163 <primary sortas="b-gnome-logs">gnome-logs</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.