Monitor
Manage processes and monitor system resources
Install
elementary os 6 and 6.1
If you have never added a PPA on your system before, you might need to run this command first:
sudo apt install -y software-properties-common
Add the PPA of Monitor and then install it:
sudo add-apt-repository ppa:stsdc/monitor
sudo apt install com.github.stsdc.monitor
Monitor will then be available from the Applications menu.
Fedora (36)
sudo dnf copr enable stsdc/monitor
sudo dnf install com.github.stsdc.monitor
Development
Install dependencies
- meson
- appstream
- debhelper (>= 9)
- libgtk-3-dev
- libglib2.0-dev
- valac (>= 0.26)
- libgranite-dev (>= 5.2.0)
- libwnck-3-dev
- libgtop2-dev
- libwingpanel-3.0-dev
- libhandy-1-dev
- libudisks2-dev
- libxnvctrl0
- libxnvctrl-dev
- libcurl4-gnutls-dev
- libjson-glib-dev
- sassc
Clone, Build & Install
-
Clone:
git clone --recursive https://github.com/stsdc/monitor cd monitor
-
To build with the wingpanel indicator:
meson builddir --prefix=/usr -Dindicator-wingpanel=enabled
Alternatively, to build without the wingpanel indicator:
meson builddir --prefix=/usr
-
Install:
cd builddir sudo ninja install
Debug logging
G_MESSAGES_DEBUG=all GTK_DEBUG=interactive com.github.stsdc.monitor