-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Hangs forever on Generate GnuPG keypair #215
Comments
Version 1.1.5 |
Probably related to: #202 GPG keygen needs better "error" handling . . |
Could you tell me if you are on FreeBSD, Linux or macOS and which "flavour" or version @jeroenrnl ? I have just done a quick test on macOS and FreeBSD and couldn't reproduce your issue . . |
I'm using Arch Linux |
I guess it should be solved with #216. I had the same problem. For your workaround execute |
Yes! That did solve it!. Thanks. |
I seem to be having the same problem on Fedora 34, with version 1.3.2. It has been running at this view for 12 hours. ~/.password-store was already present in ~/ |
After I have started QtPass for the first time and entered the info for the GnuPg key generation, it seems to be generating the key, but then hangs forever.
Executing
ps -ef | grep gpg
reveals that gpg2 is not running anymore.The CLI simply shows the batchfile (no "
Generating a default key
"):I have tried manually feeding the generated batch file to gpg2 and then it works alright, no error messages.
I have tried changing the batch file into simply "%echo working", but that doesn't change anything, also no output of the echo on the CLI (I'm not sure if that is supposed to happen)
/usr/bin/gpg2
existst and if I manually feed it a batch file, it works...The text was updated successfully, but these errors were encountered: