The GNOME Logs package contains a log viewer for the systemd journal.
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.
Download (HTTP): https://download.gnome.org/sources/gnome-logs/43/gnome-logs-43.0.tar.xz
Download MD5 sum: fbeada138a28d7ba13a4a95d585ee4c0
Download size: 576 KB
Estimated disk space required: 8 MB
Estimated build time: 0.1 SBU
GTK-4.12.4, gsettings-desktop-schemas-45.0, itstool-2.0.7, and libadwaita-1.4.0
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
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
--buildtype=release
: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.