Describe the bug
When logging in with GitHub in VSCodium, I ran into the 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.". This meant I couldn't interact with private repositories.
To Reproduce
Steps to reproduce the behavior:
Open VSCodium in a private repository
Run git fetch
Login with GitHub and allow VSCode as an app
See error
Expected behavior
The credentials get saved into the keyring without errors
Rhino Linux Version: 2024.1
Platform: ASUSTeK COMPUTER INC. UX425QA
Describe the bug When logging in with GitHub in VSCodium, I ran into the 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.". This meant I couldn't interact with private repositories.
To Reproduce Steps to reproduce the behavior:
Expected behavior The credentials get saved into the keyring without errors
Additional context I could resolve the issue using the workaround in https://github.com/microsoft/vscode/issues/194530