[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-22 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=433063

David Redondo  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/ksysguard/commit/4b5251a |ma/ksysguard/commit/16c5713
   |d162e5014b1f0cc352b1842c87d |dabb1c843d4ad81ba84195b1bbe
   |af7fbe  |796712

--- Comment #13 from David Redondo  ---
Git commit 16c5713dabb1c843d4ad81ba84195b1bbe796712 by David Redondo.
Committed on 22/02/2021 at 15:38.
Pushed by davidre into branch 'Plasma/5.21'.

Force device statistics refresh rate to be always one second

Unfortunately the statistics refresh rate of a device is a global property. So
when it is changed from the outside we just force it back to one second. The
initial rate is saved and updated when something tries to change it in order
to restore it upon destruction.
Because NetworkmanagerQt just forwards the DBus signal we have to guard the
slot with a boolean to we do not trigger it ourselves.
FIXED-IN:5.21.1


(cherry picked from commit 4b5251ad162e5014b1f0cc352b1842c87daf7fbe)

M  +17   -0plugins/global/network/NetworkManagerBackend.cpp
M  +1-0plugins/global/network/NetworkManagerBackend.h

https://invent.kde.org/plasma/ksysguard/commit/16c5713dabb1c843d4ad81ba84195b1bbe796712

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-22 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=433063

David Redondo  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||5.21.1
  Latest Commit||https://invent.kde.org/plas
   ||ma/ksysguard/commit/4b5251a
   ||d162e5014b1f0cc352b1842c87d
   ||af7fbe
 Resolution|--- |FIXED

--- Comment #12 from David Redondo  ---
Git commit 4b5251ad162e5014b1f0cc352b1842c87daf7fbe by David Redondo.
Committed on 19/02/2021 at 13:50.
Pushed by davidre into branch 'master'.

Force device statistics refresh rate to be always one second

Unfortunately the statistics refresh rate of a device is a global property. So
when it is changed from the outside we just force it back to one second. The
initial rate is saved and updated when something tries to change it in order
to restore it upon destruction.
Because NetworkmanagerQt just forwards the DBus signal we have to guard the
slot with a boolean to we do not trigger it ourselves.
FIXED-IN:5.21.1

M  +17   -0plugins/global/network/NetworkManagerBackend.cpp
M  +1-0plugins/global/network/NetworkManagerBackend.h

https://invent.kde.org/plasma/ksysguard/commit/4b5251ad162e5014b1f0cc352b1842c87daf7fbe

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-19 Thread vindicator
https://bugs.kde.org/show_bug.cgi?id=433063

vindicator  changed:

   What|Removed |Added

 CC|nroycea+...@gmail.com   |

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=433063

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #11 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/ksysguard/-/merge_requests/70

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-18 Thread jonzn4suse
https://bugs.kde.org/show_bug.cgi?id=433063

--- Comment #10 from jonzn4suse  ---
Right, I thought the widget would scale up to match what's coming down.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-18 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=433063

--- Comment #9 from David Redondo  ---
The widget is displaying MegaByte/s whereas this speedtest thing shows
Megabit/s

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-18 Thread jonzn4suse
https://bugs.kde.org/show_bug.cgi?id=433063

--- Comment #8 from jonzn4suse  ---
Created attachment 135857
  --> https://bugs.kde.org/attachment.cgi?id=135857=edit
widget speedtest

Just a question, but is there a limit to how high the widget can read the
download speed.  see screenshot

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-18 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=433063

--- Comment #7 from David Redondo  ---
(In reply to David Redondo from comment #5)
> Yeah the issue is that networkmanager only has a global statistics update
> rate and ksystemstats and the widget both set it. And the widget disables
> statistics when it hides.
I meant both ksystemstats and the connection widget set that

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-18 Thread Nicola Mori
https://bugs.kde.org/show_bug.cgi?id=433063

--- Comment #6 from Nicola Mori  ---
I just updated to 5.21.0 on my Archlinux box and the network widget now works
again after the failure of 5.20 series. I don't use NetworkManager nor have
"Networks" popup in my system tray. I still could not find a way to set the
refresh rate (currently it seems to be around 2 Hz, too much for me) but at
least the widget works.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-18 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=433063

--- Comment #5 from David Redondo  ---
Yeah the issue is that networkmanager only has a global statistics update rate
and ksystemstats and the widget both set it. And the widget disables statistics
when it hides.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-17 Thread jonzn4suse
https://bugs.kde.org/show_bug.cgi?id=433063

--- Comment #4 from jonzn4suse  ---
Created attachment 135788
  --> https://bugs.kde.org/attachment.cgi?id=135788=edit
network widget working after running cmd

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=433063

darkt...@gmail.com changed:

   What|Removed |Added

 CC|darkt...@gmail.com  |

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-17 Thread jonzn4suse
https://bugs.kde.org/show_bug.cgi?id=433063

--- Comment #3 from jonzn4suse  ---
Created attachment 135786
  --> https://bugs.kde.org/attachment.cgi?id=135786=edit
Error message

Same issue.  It has to stay pinned or the widget will stop working.
I've been running ksystemstats --replace & to keep it going, but now I get a
different message after running it.  see attachment

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-17 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=433063

David Redondo  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from David Redondo  ---
This is because the applet sets the statistics refresh rate to 0 upon hiding

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 433063] Network Speed widget is not working

2021-02-17 Thread steveb
https://bugs.kde.org/show_bug.cgi?id=433063

--- Comment #1 from steveb  ---
The "Network Rates" display in "System Monitor" is also affected the same way.

-- 
You are receiving this mail because:
You are watching all bug changes.