Bug 492796 - Clicking on configure in the Plasma NM Applet on a network that has never been used does nothing
Summary: Clicking on configure in the Plasma NM Applet on a network that has never bee...
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_networkmanagement (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
: 461945 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-09-08 10:57 UTC by Justin Zobel
Modified: 2024-09-21 10:45 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Zobel 2024-09-08 10:57:01 UTC
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.
Comment 1 Nate Graham 2024-09-18 17:11:56 UTC
Can confirm. Maybe we should just hide the button for networks you aren't currently connected to.
Comment 2 Bug Janitor Service 2024-09-20 01:30:48 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-nm/-/merge_requests/373
Comment 3 Nate Graham 2024-09-20 13:57:40 UTC
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
Comment 4 Patrick Silva 2024-09-21 10:45:07 UTC
*** Bug 461945 has been marked as a duplicate of this bug. ***