Jorge Luis Betancourt
Jorge Luis Betancourt
Just to be clear, if you are _only_ checking directly with: ```sh $ echo GETPIN | pinentry-touchid ``` This is _rightfully_ showing the pinentry-mac GUI. This happens because you haven't...
What I meant is that just sending `GETPIN` to pinentry-touchid is not enough and it does not considered a valid assuan session, the gpg-agent (and I would expect the same...
I've added a step to the CI that should build & upload the binaries. You could grab the built binaries from the summary page of the workflow. For instance for...
I had a chance to take a look under the hood at what `rage` sends to the pinentry program and I think that pinentry-touchid will keep falling back **always** to...
The majority of the information is passed via the `SETDESC` command. The pinentry program is expected to extract the metadata from the description. For instance: https://github.com/jorgelbg/pinentry-touchid/blob/1170eb6bc7b23313aee622887b47b77be6e5fb5f/main.go#L52-L53 If the description contains...
Hi @Dentrax I was able to reproduce this locally when invoking the `gpg-agent` using the command from the terminal _even when the `GPG_TTY` environment variable is set in my environment....
@Dentrax I released v0.0.3 a few minutes ago, would you mind giving it a try? Just to be sure: ``` $ defaults write org.gpgtools.common DisableKeychain -bool yes ``` should indicate...
Glad that it is working 🥳 I'm all in favour of improving the UX here, I'm just not sure _why_ this is happening in the first place. Did you, by...
I'm keeping this open as it is becoming a really good suggestion 😅. The reason why I didn't go that route was because pinentry-mac already implements everything what is expected...
@lgarron Yep, this is definitively a use case that I want to support. I haven't been able to find any API changes required for supporting the Magic Keyboard with Touch...