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
errorMessage=localize('isGnome',"You're running in a GNOME environment but the OS keyring is not available for encryption. Ensure you have gnome-keyring or another libsecret compatible implementation installed and running.");
66
-
}elseif(isKwallet(provider)){
67
-
errorMessage=localize('isKwallet',"You're running in a KDE environment but the OS keyring is not available for encryption. Ensure you have kwallet running.");
errorMessage+=' '+localize('usePlainTextExtraSentence',"Open the troubleshooting guide to address this or you can use weaker encryption that doesn't use the OS keyring.");
constdetail=localize('usePlainTextExtraSentence',"Open the troubleshooting guide to address this or you can use weaker encryption that doesn't use the OS keyring.");
errorMessage=localize('isGnome',"You're running in a GNOME environment but the OS keyring is not available for encryption. Ensure you have gnome-keyring or another libsecret compatible implementation installed and running.");
92
+
}elseif(isKwallet(provider)){
93
+
errorMessage=localize('isKwallet',"You're running in a KDE environment but the OS keyring is not available for encryption. Ensure you have kwallet running.");
0 commit comments