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
Since 1.81.0, VSCode is prompting me with the following error:
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.
Steps To Reproduce
Steps to reproduce the behavior:
Install/upgrade vscode@1.81.0
Open vscode
See the error quoted above (screenshot below)
Expected behavior
No keyring-related error.
Screenshots
Additional context
The error message points to this troubleshooting page, but the instructions there didn't help me. Here is the log I get with the verbose command recommended there:
$ code --verbose --vmodule="*/components/os_crypt/*=1"⋮[1112331:0811/152809.984821:VERBOSE1:key_storage_util_linux.cc(54)] Password storage detected desktop environment: UNITY[1112331:0811/152809.984837:VERBOSE1:key_storage_linux.cc(122)] Selected backend for OSCrypt: GNOME_ANY[1112331:0811/152809.984986:VERBOSE1:libsecret_util_linux.cc(111)] Could not load libsecret-1.so.0: libsecret-1.so.0: cannot open shared object file: No such file or directory[1112331:0811/152809.985003:WARNING:key_storage_linux.cc(177)] OSCrypt tried Libsecret but couldn't initialise.[1112331:0811/152809.985101:WARNING:keyring_util_linux.cc(76)] Could not load libgnome-keyring.so.0: libgnome-keyring.so.0: cannot open shared object file: No such file or directory[1112331:0811/152809.985113:WARNING:key_storage_linux.cc(190)] OSCrypt tried Keyring but couldn't initialise.[1112331:0811/152809.985128:VERBOSE1:key_storage_linux.cc(142)] OSCrypt did not initialize a backend.⋮
Searching for this online (or in this issue tracker) didn't yield many matches, but I did find this page in Japanese that seems to be working around a similar issue. Here's the google-translated version, in case it helps.
Describe the bug
Since 1.81.0, VSCode is prompting me with the following error:
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
No keyring-related error.
Screenshots
Additional context
The error message points to this troubleshooting page, but the instructions there didn't help me. Here is the log I get with the verbose command recommended there:
Searching for this online (or in this issue tracker) didn't yield many matches, but I did find this page in Japanese that seems to be working around a similar issue. Here's the google-translated version, in case it helps.
Notify maintainers
@eadwu @Synthetica @maxeaubrey @bobby285271 @Enzime
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: