New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync requests to re-login every 2 minutes. #92972
Comments
|
@sarahkittyy Can you open the output panel and choose "Account" from the dropdown, and copy-paste the output from there? |
|
|
Thanks! Writing the token to the keychain is failing, so it seems like there's an issue with the way |
|
@RMacfarlane Edit: |
|
I fixed it! Steps I took:
After that it works perfectly :) |
|
This doesn't seem to work if you are using KDE. The error I get is I found a solution which can be seen here under the "solution" header: As a summary, the solution (I am on arch) was to do install gnome keyring and qtkeychain $ yay -S qtkeychain gnome-keyringVerify it is present with $ ls -l /usr/share/dbus-1/services/ | grep secret
-rw-r--r-- 1 root root 122 Oct 29 11:38 org.freedesktop.secrets.service
$ cat /usr/share/dbus-1/services/org.freedesktop.secrets.service
[D-BUS Service]
Name=org.freedesktop.secrets
Exec=/usr/bin/gnome-keyring-daemon --start --foreground --components=secretsAt this point I was able to log in. When I did, I did get a prompt that an application was trying to save something to a keyring and prompted for a password for a new default keyring. Once I did that everything seems to have worked fine. |
|
In kubuntu 20, installing
|
Linux sarahkitty 5.5.8-arch1-1 #1 SMP PREEMPT Fri, 06 Mar 2020 00:57:33 +0000 x86_64 GNU/LinuxSteps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: