https://bugs.kde.org/show_bug.cgi?id=484019
--- Comment #13 from Jiri Palecek <jpale...@web.de> --- (In reply to Thomas Berger from comment #11) > (In reply to Jiri Palecek from comment #10) > > Hi! > > > > ksystemstats doesn't call ksysguard(d), it is everything in the /plugins/ > > source directory. In your case, /plugins/cpu/linuxcpuplugin.cpp. > > `linuxcpu.cpp`, line 34: > > > m_temperature = > > KSysGuard::makeSensorsFeatureSensor(QStringLiteral("temperature"), > > chipName, feature, this); Maybe I see what you're getting at. This creates a SensorsFeatureSensor from libksysguard (that's different codebase than ksysguard). You might want to debug this: https://github.com/KDE/libksysguard/blob/079998ece198ee210fa16e5fd1f13f49473c94b6/systemstats/SensorsFeatureSensor.cpp#L145 -- You are receiving this mail because: You are watching all bug changes.