Summary: | Add the ability to manually refresh the list of WiFi networks in the NetworkManager applet | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | popov895 <popov895> |
Component: | Networks widget | Assignee: | Jan Grulich <jgrulich> |
Status: | CLOSED INTENTIONAL | ||
Severity: | normal | CC: | jgrulich, lunelovehearn, nate, popov895 |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=421370 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
popov895
2020-07-13 18:21:08 UTC
We currently scan right after the applet is opened and if that request fails, then we try every 2 seconds until we get a successful scan and then every 10 seconds, which is the treshold NM allows us to request a scan after previous one. This means there shouldn't be need for the button to refresh the list manually. And yet we keep getting user requests for this anyway... (In reply to Nate Graham from comment #2) > And yet we keep getting user requests for this anyway... I understand why is that. You don't see the scan happening in the background and you want your AP to appear as soon as possible. However, the way it is implemented now, you will actually get it as soon as possible. You might just think it was because you pressed the button. I didn't know that the implementation of this feature isn't possible due to the limitations in the NetworkManager. It's sad. Why don't you scan when the applet isn't open? At least you can check that the user isn't connected and scan even if the applet is closed. (In reply to Jan Grulich from comment #3) > (In reply to Nate Graham from comment #2) > > And yet we keep getting user requests for this anyway... > > I understand why is that. You don't see the scan happening in the background > and you want your AP to appear as soon as possible. Maybe that's something we can communicate to the user? Like perhaps we could add a spinner to the applet while the scan is still happening. ...As requested in Bug 421370, in fact. I was about to write a new bug tracker about this but anyways.. that button should be there so users can refresh the list, or show a way that it is looking/scanning for networks, making it more intuitive. Please do not re-open bug reports marked RESOLVED INTENTIONAL. Bulk transfer as requested in T17796 |