The GNOME System Monitor package contains GNOME's replacement for gtop.
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-system-monitor/45/gnome-system-monitor-45.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-system-monitor/45/gnome-system-monitor-45.0.tar.xz
Download MD5 sum: 0b02615b53a99607bc7a582c3502c5c4
Download size: 992 KB
Estimated disk space required: 39 MB
Estimated build time: 0.4 SBU (with parallelism=4)
adwaita-icon-theme-44.0, Gtkmm-3.24.8, itstool-2.0.7, libgtop-2.40.0, libhandy-1.8.2, and librsvg-2.56.3
Install GNOME System Monitor by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr \ -Dsystemd=false \ --buildtype=release \ .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
-Dsystemd=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.