-
-
Notifications
You must be signed in to change notification settings - Fork 62
keyring issues
GeopJr edited this page May 11, 2023
·
1 revision
When you launch Tuba, it searches the default keyring on your system for previously saved accounts. Due to a combination of an older version of gnome-keyring
assuming the default keyring is named login
and some distributions using a different default keyring name, it can fail and prevent you from proceeding further.
You can fix this by creating a new password keyring named login
using Passwords and Keys (seahorse) or KWalletManager:
- Select "Password keyring" from the menu at the top-left
- Input
login
on the modal that showed up
- Set a password (recommended but not required - leaving it empty will store keys unencrypted)
- Try rebooting your device
- If that didn't work, follow the following steps with caution:
- Run
killall -9 gnome-keyring-daemon
login
keyring, do not proceed if you are not absolutely sure that no other important apps used it otherwise you might not be able to login back into them
- Delete the following file
.local/share/keyrings/login.keyring
- Repeat the steps at the first section of this page to re-create the
login
keyring - Reboot your device
This guide was originally written by @chri2 on https://github.com/GeopJr/Tuba/issues/117#issuecomment-1534317432