BUG: 494264
FIXED-IN: 6.4.2
(cherry picked from commit
df207514c72098a9ad82a8248a854fe07b6f2b07)
6831be4b Allow automatic activation of privately stored Wireguard connections.
e1a97e04 Merge branch plasma-nm:master into master
2fad9911 Merge branch plasma-nm:master into master
Co-authored-by: Jeff Chien <jeffchienmail@gmail.com>
Gbp-Pq: Name upstream_be2a3ca9_Allow-automatic-activation-of-privately-stored-Wireguard-connections.patch
Q_EMIT secretsError(request.connection_path.path(),
i18n("Authentication to %1 failed. Wrong password?", request.connection.value("connection").value("id").toString()));
return true;
- } else if (isWireGuard && userRequested) { // Just return what we have
+ } else if (isWireGuard) { // Just return what we have
NMVariantMapMap result;
NetworkManager::WireGuardSetting::Ptr wireGuardSetting;
wireGuardSetting = connectionSettings->setting(NetworkManager::Setting::WireGuard).dynamicCast<NetworkManager::WireGuardSetting>();