Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5, 6.6
-
None
-
-
34b9ba372 (dev), 410b16c2d (6.5), 26277ac37 (tqtc/lts-6.2)
Description
src/plugins/sensors/CMakeLists.txt enables the dummy plugin if no plugins are set
if(NOT SENSORS_PLUGINS OR "dummy" IN_LIST SENSORS_PLUGINS)
in Qt 5 this condition was only applicable when explicitly selected
contains(SENSORS_PLUGINS, dummy):SUBDIRS += dummy
The dummy plugin appears to have adverse effects on performance on linux. It causes constant CPU usage in for example KDE's background daemon, without having any use. The condition should be fixed to only build when dummy was explicitly enabed.
Attachments
For Gerrit Dashboard: QTBUG-113435 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
476334,3 | Avoid enabling the "dummy" sensors plugin by default | dev | qt/qtsensors | Status: MERGED | +2 | 0 |
476697,2 | Avoid enabling the "dummy" sensors plugin by default | 6.5 | qt/qtsensors | Status: MERGED | +2 | 0 |
476700,2 | Avoid enabling the "dummy" sensors plugin by default | tqtc/lts-6.2 | qt/tqtc-qtsensors | Status: MERGED | +2 | 0 |