https://bugs.kde.org/show_bug.cgi?id=479230
--- Comment #14 from AlexDeLorenzo.dev <a...@alexdelorenzo.dev> --- (In reply to madcatx from comment #12) > For those who can reliably reproduce the issue, can you try the following > hack to confirm the problem? > 0) Wait for the problem to occur. > 1) Locate the "ConnectionItem.qml" file, on my system it is in > "/usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui" > 2) Open the file and confirm that lines 234 and 235 say > > property int prevRxBytes: 0 > property int prevTxBytes: 0 > > 3) Change the "int" to "real" on both lines, save the file and restart > Plasma. The problem should disappear immediately. > > Note that you'll have to edit the file as root. Looks like this fixed it, thanks! -- You are receiving this mail because: You are watching all bug changes.