| Summary: | auto trigger wlan scan when widget is opened | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Pascal d'Hermilly <pascal> |
| Component: | Networks widget | Assignee: | Jan Grulich <jgrulich> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | jgrulich, lukas |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/plasma-nm/f48d66051909739318c64833be967deecfa62b65 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Pascal d'Hermilly
2017-01-04 16:40:14 UTC
It should appear after some time, but we are going to implement auto-scanning anyway as NM since version 1.6.0 won't do this automatically. Thanks :-) Git commit f48d66051909739318c64833be967deecfa62b65 by Jan Grulich. Committed on 09/01/2017 at 09:25. Pushed by grulich into branch 'master'. Auto-scan for wireless networks every 15 seconds NetworkManager plans to reduce periodic scanning in future and clients are now supposed to scan manually instead. Now the scan button is removed as it doesn't make sense anymore, because we now request scan every 15 seconds when either the applet or kcm is opened. This is implemented the same way in Gnome. Related: bug 372525 M +2 -0 applet/contents/ui/Header.qml M +12 -0 applet/contents/ui/main.qml M +11 -2 editor/connectioneditor.cpp M +1 -0 editor/connectioneditor.h M +13 -1 kcm/kcm.cpp M +1 -0 kcm/kcm.h M +2 -47 kded/networkmanagement.notifyrc M +5 -3 libs/handler.cpp https://commits.kde.org/plasma-nm/f48d66051909739318c64833be967deecfa62b65 Bulk transfer as requested in T17796 |