gnome-logs-43.0

Introduction to GNOME Logs

The GNOME Logs package contains a log viewer for the systemd journal.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

GNOME Logs Dependencies

Required

GTK-4.14.1, gsettings-desktop-schemas-46.0, itstool-2.0.7, and libadwaita-1.4.4

Optional

desktop-file-utils-0.27 (for the test suite), and docbook-xml-4.5, docbook-xsl-nons-1.79.2, libxslt-1.1.39 (to build manual pages), appstream-glib, and dogtail

Installation of GNOME Logs

Install GNOME Logs by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

To test the results, issue: ninja test

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Programs: gnome-logs
Installed Libraries: None
Installed Directories: /usr/share/gnome-logs and /usr/share/help/*/gnome-logs

Short Descriptions

gnome-logs

is a GNOME log viewer for the systemd journal