Bug 480586 - [Openconnect] Cannot enter login credentials for a VPN
Summary: [Openconnect] Cannot enter login credentials for a VPN
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_networkmanagement (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-31 08:08 UTC by madcatx
Modified: 2024-12-23 18:27 UTC (History)
1 user (show)

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


Attachments
Missing username/password input fields (30.69 KB, image/jpeg)
2024-01-31 08:08 UTC, madcatx
Details

Note You need to log in before you can comment on or make changes to this bug.
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.