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/46/gnome-system-monitor-46.0.tar.xz
Download MD5 sum: d2c121f58825bf5a441f16f13b0d3201
Download size: 1020 KB
Estimated disk space required: 27 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.