Bug 457380 - Don't blacklist any sensors
Summary: Don't blacklist any sensors
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-01 16:19 UTC by popov895
Modified: 2023-01-04 18:24 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description popov895 2022-08-01 16:19:47 UTC
SUMMARY

Don't blacklist any sensors, even if they are already handled by other plugins:
- user who wants to add some sensor from lmsensors will not be able to find it System Monitor because it's blacklisted (it's the same with me)
- some plugins duplicate information from the sensors (like coretemp: I have 4 physical cores, but the System Monitor shows 8 temperature sensors for each virtual core, which looks a bit strange)
- some information from the sensor is missing (like coretemp: package temperature is missing)
- as it appears from the previous point, after updating the firmware, some new information may appear that will not be available in the System Monitor

Bug 438318 Comment 7
Bug 438318 Comment 8
Bug 438318 Comment 12
Bug 438318 Comment 13
Bug 438318 Comment 14
Bug 438318 Comment 15
and below.

SOFTWARE/OS VERSIONS

Operating System: Fedora Linux 36
KDE Plasma Version: 5.25.3
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.18.13-200.fc36.x86_64 (64-bit)
Graphics Platform: X11
Comment 1 David Edmundson 2023-01-04 18:02:50 UTC
>Don't blacklist any sensors, even if they are already handled by other plugins:

That will result in a tonne more bugs
Comment 2 popov895 2023-01-04 18:24:51 UTC
Can you explain?