STEPS TO REPRODUCE 1. add to your desktop any of the new system monitor widgets included in Plasma 5.19 2. open the settings window of the just added widget and click on "Sensors details" section 3. type terms like "total", "cpu", "read", "write" in the search field OBSERVED RESULT no sensor is found EXPECTED RESULT search results SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.19.0 KDE Frameworks Version: 5.70.0 Qt Version: 5.15.0
Something in here: sourceModel: KItemModels.KSortFilterProxyModel { filterRole: "SensorId" filterRowCallback: function(row, value) { return (value && value.length) } Gammaray showed the model above populated, this was not. SensorId role in the parent.
got it