-
-
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
Problem with GNUpg not found on MacOS #362
Comments
That is indeed unexpected. I would expect there to be an error that the folder could not be found (and loop that). Do you happen to know which version of MacOS your friend is running? I'll try and replicate this on a clean machine at work later this week. |
The easiest way to use QtPass on mac is to use it in combination with |
MacOSX 10.11.6 on Mac Pro 4,1 I think he didn't installed pass or GNUpg so i expected the software tell me what i need to do 👍 |
As noted in the readme QtPass on mac (with passphrase or cards, dongles etc) only works with https://gpgtools.org/ I thought the wizard should have some detection for it but will check again. |
Sad to see that the program requires a large dependency such like GPGTools. Don't that create a overhead compared to the bare gpg package? I'll keep monitoring the project to see if they remove the dependency. If a were proficient enough to code myself, I would gladly contribute. |
Heya @MindTooth the dependency is only there when you are using pin entry or passphrase entry. This is because the minimal |
It is possible to not use gpgtools but compile a graphical pinentry app yourself. |
I am currently using pass and pinentry-mac (from homebrew) and everything works fine without gpgtools; given the recent switch to paid version of the Mail plugin, this may be a useful alternative configuration |
Very much so, I'll give it a go @riccardocossu Quick howto (so I don't forget):
edit: remove:
add:
|
ok I also left a PR for the README file |
I tried to install QtPass on MacOS (friend's pc) but he doesn't had install GNUpg so QtPass prompt me this. We ignored the message and QtPass opened anyway with options page opened. Later clicking on treeview failed and make QtPass crash.
The text was updated successfully, but these errors were encountered: