The GNOME System Monitor package contains GNOME's replacement for gtop.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-system-monitor/3.36/gnome-system-monitor-3.36.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-system-monitor/3.36/gnome-system-monitor-3.36.1.tar.xz
Download MD5 sum: b1443ab12c3b7bcca940d28754e5b948
Download size: 689 KB
Estimated disk space required: 31 MB
Estimated build time: 0.2 SBU (parallelism=4)
adwaita-icon-theme-3.36.1, Gtkmm-3.24.2, itstool-2.0.6, libgtop-2.40.0, and librsvg-2.48.8
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 2020-08-20 13:45:48 -0700