SUMMARY Clicking on configure in NM applet does not allow you to directly configure a network that hasn't been setup before. STEPS TO REPRODUCE 1. Click on configure in the Plasma NM applet on a network you've never connected to or setup before OBSERVED RESULT Network Manager KCM opens but does not add the network for you to configure it, it must still be either added manually or connected to once before it can be configured. EXPECTED RESULT Network Manager KCM adds the network but does not connect immediately. This allows the user to configure certain elements before connecting to a network easily, e.g. connect to a VPN automatically. Everything built from git master.
Can confirm. Maybe we should just hide the button for networks you aren't currently connected to.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-nm/-/merge_requests/373
Git commit a336331929526ee539e928940114ac462debc59a by Nate Graham. Committed on 20/09/2024 at 13:54. Pushed by ngraham into branch 'master'. Applet: Only show Configure action for current network or VPNs Otherwise we'll show it for every network including disconnected networks or ones we've never connected to. In most cases, these have no configuration entries at all, so it doesn't make sense. FIXED-IN: 6.2.0 M +1 -0 applet/contents/ui/ConnectionItem.qml https://invent.kde.org/plasma/plasma-nm/-/commit/a336331929526ee539e928940114ac462debc59a
*** Bug 461945 has been marked as a duplicate of this bug. ***