The GNOME System Monitor package contains GNOME's replacement for gtop.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-system-monitor/40/gnome-system-monitor-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-system-monitor/40/gnome-system-monitor-40.0.tar.xz
Download MD5 sum: ac3cedfd5a61fbbecd1a2f05d8728de4
Download size: 748 KB
Estimated disk space required: 35 MB
Estimated build time: 0.2 SBU (with parallelism=4)
adwaita-icon-theme-3.38.0, Gtkmm-3.24.4, itstool-2.0.6, libgtop-2.40.0, and librsvg-2.50.3
desktop-file-utils-0.26 and appstream-glib
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-system-monitor
Install GNOME System Monitor by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dsystemd=false .. && 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.
Last updated on 2021-04-08 15:16:47 -0500