Bug 438354

Summary: Network Speed widget stopped working on Plasma 5.22
Product: [Plasma] plasmashell Reporter: Patrick Silva <bugseforuns>
Component: System MonitorAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: ahiemstra, axel.braun, dev-kde, nate, notmart, watisthispoo
Priority: VHI Keywords: regression
Version: 5.22.0   
Target Milestone: 1.0   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 5.22.1
Attachments: screenshot

Description Patrick Silva 2021-06-09 18:51:34 UTC
Created attachment 139163 [details]
screenshot

SUMMARY
As we can see in the attached screenshot, Network Speed widget on desktop displays no information.
Neon unstable is also affected.

Operating System: Arch Linux
KDE Plasma Version: 5.22.0
KDE Frameworks Version: 5.82.0
Qt Version: 5.15.2
Graphics Platform: Wayland
Comment 1 nttkde 2021-06-09 19:35:31 UTC
The speed sensors under "All network devices" category don't seem to work.
Selecting the network device -specific sensors from settings works, at least for me.

Same for plasma-systemmonitor, and there are some related bug reports there I think.
Comment 2 Nate Graham 2021-06-09 22:27:50 UTC
Can reproduce.
Comment 3 Antonio Rojas 2021-06-10 06:45:19 UTC
*** Bug 438372 has been marked as a duplicate of this bug. ***
Comment 4 Bug Janitor Service 2021-06-10 09:03:38 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libksysguard/-/merge_requests/166
Comment 5 David Redondo 2021-06-10 09:47:21 UTC
Git commit 1b427d1b2a85f05d44c5da217fcd996abb5fb52b by David Redondo.
Committed on 10/06/2021 at 09:01.
Pushed by davidre into branch 'master'.

Remove sensors before adding

Otherwise we remove valid sensors if they have no parent or if the
SensorObject is not parented to the container.
FIXED-IN:5.22.1

M  +10   -8    systemstats/AggregateSensor.cpp

https://invent.kde.org/plasma/libksysguard/commit/1b427d1b2a85f05d44c5da217fcd996abb5fb52b
Comment 6 David Redondo 2021-06-10 09:48:18 UTC
Git commit 9dc314d860abeb7c320364ae5494611c26555363 by David Redondo.
Committed on 10/06/2021 at 09:48.
Pushed by davidre into branch 'Plasma/5.22'.

Remove sensors before adding

Otherwise we remove valid sensors if they have no parent or if the
SensorObject is not parented to the container.
FIXED-IN:5.22.1


(cherry picked from commit 1b427d1b2a85f05d44c5da217fcd996abb5fb52b)

M  +10   -8    systemstats/AggregateSensor.cpp

https://invent.kde.org/plasma/libksysguard/commit/9dc314d860abeb7c320364ae5494611c26555363
Comment 7 Antonio Rojas 2021-06-16 08:24:03 UTC
*** Bug 438715 has been marked as a duplicate of this bug. ***