gnome-shell-system-monitor-applet icon indicating copy to clipboard operation
gnome-shell-system-monitor-applet copied to clipboard

Display system informations in gnome shell status bar, such as memory usage, cpu usage, network rates…

Results 28 gnome-shell-system-monitor-applet issues
Sort by recently updated
recently updated
newest added

after each session login, cpu thermal is reverted to wifi thermal. OS: Ubuntu 23.10 x86, Kernel: 6.5.0-21-generic, Shell: bash 5.2.15, DE: GNOME 45.2. example lm-sensors output: ``` iwlwifi_1-virtual-0 Adapter: Virtual...

Suggested fix for #63. The **file names** of sensor devices (e.g. `/sys/class/hwmon/hwmon4/temp1_input`) are not stable and may change on reboot (esp. when booting a different kernel). But the corresponding **labels**...

Facilitates https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/768. - - - This change is [](https://reviewable.io/reviews/mgalgs/gnome-shell-system-monitor-applet/71)

Original idea is from: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/768

Ubuntu 23.10 Gnome 45.1 After install extension from https://extensions.gnome.org/extension/3010/system-monitor-next/ getting error: ![Screenshot from 2023-11-30 21-17-39](https://github.com/mgalgs/gnome-shell-system-monitor-applet/assets/8565494/01e6b149-e345-47d3-a513-0364803bf36a) ``` $ sudo apt install gir1.2-gtop-2.0 gir1.2-nm-1.0 gir1.2-clutter-1.0 gnome-system-monitor Reading package lists... Done Building dependency...

Our system dependency pop-up dialog (smDialog) was using some private APIs which are being [removed in Gnome Shell 46](https://github.com/mgalgs/gnome-shell-system-monitor-applet/pull/64#issuecomment-1986346950). Worse yet, the dependency checks have actually been hard-coded out (we...

Signed-off-by: NVieville - - - This change is [](https://reviewable.io/reviews/mgalgs/gnome-shell-system-monitor-applet/65)

It would be cool if we could specify the paths/mountpoints that the disk-usage is shown for in the menu instead of only "/tmp" and "/".

Patch from @NVieville. Add compatibility with Gnome-Shell < 3.34 to the `pre-45` branch. For example RHEL 8 with 3.32.2. ModalDialog was converted to GObject.registerClass in 3.34. Fixes #48 (paradoxxxzero PR:...