source: gnome/applications/gnome-logs.xml@ 3b339ddc

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3b339ddc was 42abc3e6, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Tag GNOME Applications

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24301 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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-minor-36;/gnome-logs-&gnome-logs-version;.tar.xz">
9 <!ENTITY gnome-logs-download-ftp
10 "&gnome-download-ftp;/gnome-logs/&gnome-minor-36;/gnome-logs-&gnome-logs-version;.tar.xz">
11 <!ENTITY gnome-logs-md5sum "fc25928b4ffad25e27b3755751b4b323">
12 <!ENTITY gnome-logs-size "728 KB">
13 <!ENTITY gnome-logs-buildsize "37 MB">
14 <!ENTITY gnome-logs-time "less than 0.1 SBU">
15]>
16
17<!-- Unfortunately, after testing this on elogind/SysV, GNOME Logs will ONLY
18 use the systemd journal, and will refuse to load logs from /var/log :-( -->
19<sect1 id="gnome-logs" xreflabel="gnome-logs-&gnome-logs-version;" revision="systemd">
20 <?dbhtml filename="gnome-logs.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>gnome-logs-&gnome-logs-version;</title>
28
29 <indexterm zone="gnome-logs">
30 <primary sortas="a-gnome-logs">gnome-logs</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GNOME Logs</title>
35
36 <para>
37 The <application>GNOME Logs</application> package contains a log viewer
38 for the systemd journal.
39 </para>
40
41 &lfs101_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&gnome-logs-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&gnome-logs-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &gnome-logs-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &gnome-logs-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &gnome-logs-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &gnome-logs-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">GNOME Logs Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="gtk3"/>,
82 <xref linkend="gsettings-desktop-schemas"/>, and
83 <xref linkend="itstool"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="Optional">
88<!-- <xref linkend="appstream-glib"/>, -->
89 <xref linkend="desktop-file-utils"/> (for the test suite), and
90 <xref linkend="DocBook"/>,
91 <xref linkend="docbook-xsl"/>,
92 <xref linkend="libxslt"/> (to build manual pages),
93 <ulink url="&appstream-glib-url;">appstream-glib</ulink>, and
94 <ulink url="https://pypi.python.org/pypi/dogtail">dogtail</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/gnome-logs"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of GNOME Logs</title>
104
105 <para>
106 Install <application>GNOME Logs</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>mkdir build &amp;&amp;
111cd build &amp;&amp;
112
113meson --prefix=/usr .. &amp;&amp;
114ninja</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>ninja install</userinput></screen>
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.