You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure VPN, selecting "Ask for this password every time" for the Password field
Connect to VPN
Disconnect from VPN
Connect again, password will be saved
Workaround:
Run after connecting:
nmcli con mod <vpn-name> +vpn.data password-flags=2
Details:
Running Fedora 41, I recently switched from default Gnome desktop to Cosmic from the Fedora repos.
I previously imported my VPN settings while on the default Gnome DE. It requires a PIN + token, so I can't save the password.
Every time I connect, Cosmic saves the password, so I either have to reset via the GUI or run nmcli con mod <vpn-name> +vpn.data password-flags=2
Note that this appears to occur specifically on connect. If after connecting, I reset with nmcli, the setting stays as expected until next time I reconnect.
Additional comments:
Rust is a little hard for me to read, but this looks like it may be the result of a temporary hard-coded fix in the VPN connect function to get the password to reliably save.
Anyway, thank you guys for Cosmic, it's a joy to use.
The text was updated successfully, but these errors were encountered:
Environment:
Replication steps:
Workaround:
Run after connecting:
Details:
Running Fedora 41, I recently switched from default Gnome desktop to Cosmic from the Fedora repos.
I previously imported my VPN settings while on the default Gnome DE. It requires a PIN + token, so I can't save the password.
Every time I connect, Cosmic saves the password, so I either have to reset via the GUI or run
nmcli con mod <vpn-name> +vpn.data password-flags=2
Note that this appears to occur specifically on connect. If after connecting, I reset with
nmcli
, the setting stays as expected until next time I reconnect.Additional comments:
Rust is a little hard for me to read, but this looks like it may be the result of a temporary hard-coded fix in the VPN connect function to get the password to reliably save.
Anyway, thank you guys for Cosmic, it's a joy to use.
The text was updated successfully, but these errors were encountered: