The GNOME System Monitor package contains GNOME's replacement for gtop.
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-system-monitor/51/gnome-system-monitor-51.0.tar.xz
Download MD5 sum: 17dc50d9794dd21417c67621ba422103
Download size: 1.1 MB
Estimated disk space required: 25 MB
Estimated build time: 0.3 SBU (with tests)
adwaita-icon-theme-51.0, Gtkmm-4.24.0, itstool-2.0.7, libgtop-2.41.3, libadwaita-1.10.0, and librsvg-2.63.2
appstream-glib-0.8.4, desktop-file-utils-0.28, and uncrustify
First, fix a problem when selinux is not installed (which is always the case for BLFS).
patch -np1 -i ../gnome-system-monitor-51.0-selinux_fix-1.patch
Install GNOME System Monitor by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the package, run: ninja test.
Now, as the root user:
ninja install