Bug 457380

Summary: Don't blacklist any sensors
Product: [Applications] plasma-systemmonitor Reporter: popov895 <popov895>
Component: generalAssignee: KSysGuard Developers <ksysguard-bugs>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: ahiemstra, kde, kde_bts, plasma-bugs-null, popov895
Priority: NOR    
Version First Reported In: master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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?