The GNOME System Monitor package contains GNOME's replacement for gtop.
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-system-monitor/41/gnome-system-monitor-41.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-system-monitor/41/gnome-system-monitor-41.0.tar.xz
Download MD5 sum: f3b1de4f1d5fb7b7a12549a22f0ceb88
Download size: 760 KB
Estimated disk space required: 24 MB
Estimated build time: 0.2 SBU (with parallelism=4)
adwaita-icon-theme-41.0, Gtkmm-3.24.5, itstool-2.0.7, libgtop-2.40.0, and librsvg-2.52.6
desktop-file-utils-0.26 and appstream-glib
User Notes: https://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 --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.
Last updated on