Bug 481301 - Decrease connection speed precision
Summary: Decrease connection speed precision
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Networks widget (show other bugs)
Version: master
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2024-02-13 22:53 UTC by Bernhard
Modified: 2024-12-23 18:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard 2024-02-13 22:53:05 UTC
SUMMARY
WiFi connection speed is typically rounded to full MBit/s. The bitrate shown as "1.2009 GBit/s"  would usually be reported as 1200 MBit/s or 1.2 GBit/s by most tools. For example, `nmcli -f CAPABILITIES.SPEED dev show wlan0` reports 1200 Mb/s.

STEPS TO REPRODUCE
1. Check details of a connected wifi network in the applet

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12
Kernel Version: 6.6.16-1-lts (64-bit)

ADDITIONAL INFORMATION
Also I had a look in UiUtils::connectionSpeed and I think there is something wrong with the (not kilo)bits si-prefix
Comment 1 Ben Cooksley 2024-12-23 18:25:55 UTC
Bulk transfer as requested in T17796