The GNOME System Monitor package contains GNOME's replacement for gtop.
This package is known to build and work properly using an LFS-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-system-monitor/3.32/gnome-system-monitor-3.32.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-system-monitor/3.32/gnome-system-monitor-3.32.1.tar.xz
Download MD5 sum: 37356a1b8c20939adc6f47f739d2e49a
Download size: 664 KB
Estimated disk space required: 32 MB
Estimated build time: 0.5 SBU
adwaita-icon-theme-3.34.3, Gtkmm-3.24.2, itstool-2.0.6, libgtop-2.40.0, and librsvg-2.46.4
desktop-file-utils-0.24 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 2020-02-27 13:05:33 -0800