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/47/gnome-system-monitor-47.0.tar.xz
Download MD5 sum: ce34d9af4a922843400cc8823deb1176
Download size: 1.0 MB
Estimated disk space required: 38 MB
Estimated build time: 0.2 SBU (with parallelism=4)
adwaita-icon-theme-47.0, Gtkmm-4.16.0, itstool-2.0.7, libgtop-2.41.3, libadwaita-1.6.1, and librsvg-2.59.1
appstream-glib-0.8.3, desktop-file-utils-0.27, and uncrustify
Install GNOME System Monitor by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr \ -D systemd=false \ --buildtype=release \ .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
-D systemd=false
: This
switch ensures that gnome-system-monitor does NOT use the systemd
process monitoring framework. Use this option if you are on a SysV
system.