The GNOME System Monitor package contains GNOME's replacement for gtop.
This package is known to build and work properly using an LFS 12.2 platform.
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-46.2, Gtkmm-4.14.0, itstool-2.0.7, libgtop-2.41.3, libadwaita-1.5.3, and librsvg-2.58.3
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.