| Summary: | No more load average in plasmoid | ||
|---|---|---|---|
| Product: | [Applications] plasma-systemmonitor | Reporter: | Sébastien P. <moi> |
| Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | ahiemstra, nate, plasma-bugs-null |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 5.21.5 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/ksystemstats/commit/5f93a3fc63dd35c68c15289c6293e5cde6a4c68c | Version Fixed/Implemented In: | 5.23 |
| Sentry Crash Report: | |||
| Attachments: | Screenshot | ||
|
Description
Sébastien P.
2021-06-13 14:08:23 UTC
Can you provide a screenshot? Created attachment 139444 [details]
Screenshot
When I want to select a sensor, I have the category:
* ACPI;
* Processors;
* Disks;
* GPU;
* Harware sensors;
* Memory;
* Network;
* OS;
* Ernergy;
* System;
* Availability.
No one contain a “load average” sensor.
The selected sensor (empty purple square) is probably my old load average sensor.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/ksystemstats/-/merge_requests/7 Git commit 5f93a3fc63dd35c68c15289c6293e5cde6a4c68c by David Redondo. Committed on 16/07/2021 at 13:27. Pushed by davidre into branch 'master'. Add load averages sensors Available in their own object in the cpu plugin FIXED-IN:5.23 M +1 -1 plugins/cpu/CMakeLists.txt M +6 -2 plugins/cpu/freebsdcpuplugin.cpp M +2 -0 plugins/cpu/freebsdcpuplugin.h M +6 -2 plugins/cpu/linuxcpuplugin.cpp M +2 -0 plugins/cpu/linuxcpuplugin.h A +45 -0 plugins/cpu/loadaverages.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +22 -0 plugins/cpu/loadaverages.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/plasma/ksystemstats/commit/5f93a3fc63dd35c68c15289c6293e5cde6a4c68c Thanks David! |