-
Notifications
You must be signed in to change notification settings - Fork 341
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
backup triggers keychain popup for password despite env password #150
Comments
Good point. It really shouldn't. |
Fixed by 3f83890 |
If this issue was fixed via that commit, shouldn't it be transitioned to a Closed state? |
Usually I want the fix to be comfirmed first before I close it. |
Makes sense. I've not developed on GitHub, and I'm used to issue tracking workflows where there's a state that means "implemented but not yet confirmed to work," so I was assuming there was such a state available; sorry for the confusion. |
I want to test this, but duplicacy is not building presently, so |
@robbat2 I don't know what went wrong there but can you try |
I got it built now (commit 8808ad5), and I'm still being prompted for keychain. |
Can anyone else confirm whether the fix is working or now? |
If a password is provided via environment, Duplicacy should NOT contact the keyring service.
Doing the following causes a keyring password prompt to pop up, but the command continues & completes even while the keyring popup is on the screen.
Doing strace on the backup shows it contacting DBus for the secret service.
The text was updated successfully, but these errors were encountered: