vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

Keyring issue should throw an Error or auto installing it

Open 0wx opened this issue 2 years ago • 0 comments

[2022-08-05 07:28:17] warn Error using system keyring storage: error reading keyring: Platform secure storage failure: zbus error: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
[2022-08-05 07:28:17] warn You can set up keyring storage for more secure of credentials: https://aka.ms/vscode-server-keyring
To grant access to the server, please log into https://github.com/login/device and use code 1234-5678
? What would you like to call this machine? (silly-penguin) › 

this shouldn't be warn, it's should throw exit error or auto install, It's breaking because the terminal and extension won't work.

0wx avatar Aug 05 '22 07:08 0wx

Does https://code.visualstudio.com/docs/remote/vscode-server#_i-see-an-error-about-keyring-storage-what-should-i-do address your issue?

chrmarti avatar Aug 10 '22 19:08 chrmarti

Does https://code.visualstudio.com/docs/remote/vscode-server#_i-see-an-error-about-keyring-storage-what-should-i-do address your issue?

I tried install gnome-keyring already but nothing works, btw, I install in new fresh ubuntu server, it has no desktop environment, does that the case?

0wx avatar Aug 10 '22 20:08 0wx

I intend to switch us to using node-keytar bindings instead of our current keychain library to align capabilities with core

connor4312 avatar Aug 18 '22 18:08 connor4312