Bug 480586

Summary: [Openconnect] Cannot enter login credentials for a VPN
Product: [Applications] systemsettings Reporter: madcatx
Component: kcm_networkmanagementAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: jgrulich
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Missing username/password input fields

Description madcatx 2024-01-31 08:08:18 UTC
When I set up an Openconnect VPN connection and try to connect, a dialog pop up and asks me for login information. Unfortunately, in place where the username and password input fields should be there is only an empty narrow rectangle. (see the screenshot)

Arch Linux
Plasma 5.92
Qt 6.7 Beta2
Comment 1 madcatx 2024-01-31 08:08:51 UTC
Created attachment 165387 [details]
Missing username/password input fields
Comment 2 madcatx 2024-01-31 10:50:37 UTC
Never mind, apparently the "Connect" button has to be clicked for anything to show up in the loginBox. TBH I only figured that out after poking around the OpenconnectAuthWidget code and realizing how it works because this is *not* obvious. Adding a "Connect" text to the action button (so that it looks the same se the connection selection widget in Plasmashell) might help.