-
Notifications
You must be signed in to change notification settings - Fork 160
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
Bridge takes 3 minutes to startup unless gnome-keyring-daemon is killed beforehand #472
Comments
I am also having this problem. |
If the So this could be go keychain's problem. Edit: My mistake, it should be this fork of go keychain. |
I've been able to confirm that this problem occurs outside the context of protonmail-bridge. Running the function
in isolation (go-keychain was the only import) resulted in a timeout if gnome-keyring-daemon was running, and did not result in a timeout if it wasn't. I was able to confirm this for the upstream version of go-keychain as well. This doesn't address the problem that protonmail-bridge will make you wait for the timeout even if you would prefer to use another helper. |
@droople1, is your dbus session started properly? Check whether With these changes, the issue disappears for me. It might be useful to let the bridge check whether |
Hi! Since I have started using proton-mail-bridge (about 2 years ago), I have been experiencing this issue with every version of the bridge (currently 3.10.0):
When gnome-keyring-daemon is running, the bridge takes about 3 minutes to startup, reporting warnings that it failed to add test credentials. If gnome-keyring-daemon is not running, the bridge starts up without any delay.
Behaviour with
gnome-keyring-daemon
running (added thedate
command to show the delay):Behaviour when killing
gnome-keyring-daemon
beforehand:System information
proton-mail-bridge version: 3.10.0 (built from source)
System uname:
Linux-6.6.21-gentoo-x86_64-Intel-R-_Core-TM-_i5-5250U_CPU_@_1.60GHz-with-glibc2.38
Versions of dependencies:
I have searched the GitHub issues but could not find anything similar. Is this a known problem and, if so, is there a better workaround (or fix) than killing gnome-keyring-daemon?
The text was updated successfully, but these errors were encountered: