The GNOME System Monitor package contains GNOME's replacement for gtop.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-system-monitor/3.30/gnome-system-monitor-3.30.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-system-monitor/3.30/gnome-system-monitor-3.30.0.tar.xz
Download MD5 sum: 67e589dd973c3d3024ae95665508f9e9
Download size: 748 KB
Estimated disk space required: 32 MB
Estimated build time: 0.6 SBU
adwaita-icon-theme-3.30.1, Gtkmm-3.24.0, itstool-2.0.5, libgtop-2.38.0, and librsvg-2.44.12
desktop-file-utils-0.23 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 2019-02-22 05:31:06 -0800