QubesOS / qubes-issues Public
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
Split-GPG is incompatible with Tor Birdy #1024
Comments
|
Since there is no much interest from Tor developers, maybe we can simply ignore cc @adrelanos |
This option is forcefully set by Torbirdy extension and it is cumbersome to get rid of it. So to make gpg-split compatible with Torbirdy, simply ignore the option. See linked ticket for more details. Fixes QubesOS/qubes-issues#1024
|
Marek Marczykowski-Górecki:
That would be good enough as workaround given current resources, I suppose. [ The clean solution would be to run the keyserver fetches in the mail |
|
Can you look at linked patch, with your bash-expert hat on? |
|
Probably would cause issues. I am referring to of the most famous bash
hackers. We need a mix of http://mywiki.wooledge.org/WrapperScript and
http://mywiki.wooledge.org/BashFAQ/035.
I can come up with some pseudo code to filter out that command line
parameter.
|
|
The problem with The problem is, that is only filters out |
|
From http://wiki.bash-hackers.org/scripting/posparams please see chapter |
|
Based on above, the following is similar to what you came up originally. Pseudo code. Can you make head or tail of it? Otherwise I could also a pull request. Obviously useful to run the test suite over it to see if this does not break something but I guess it should work. |
Yes, thanks. Will improve the current patch.
That's one reason why I've finally implemented #1368 - in the current shape it pass also on whonix-ws based AppVM. It's doing simple send + receive email. |
This option is forcefully set by Torbirdy extension and it is cumbersome to get rid of it. So to make gpg-split compatible with Torbirdy, simply ignore the option. See linked ticket for more details. Fixes QubesOS/qubes-issues#1024
|
Pushed updated version |
|
Looks good. |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package |
|
Maybe it's just a problem with my key, but it keeps popping up a pinentry box (in the backend domain) to enter a passphrase for the key, even though the key has no passphrase. If I just hit enter, it fails to decrypt messages, claiming that no secret key is available. |
|
I did some further testing, making sure to use a full key with no passphrase in the backend. The pinentry popup still occurs on encryption/decryption attempts, so I'm pretty certain it's not just a problem with my key. (Verifying signed emails works fine now, though.) I also don't think it's a general GPG bug, since the same thing still does not happen with non-TorBirdy Thunderbird. |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package Or update dom0 via Qubes Manager. |
|
Automated announcement from builder-github The package |
|
Automated announcement from builder-github The package |
|
If the pinentry pops up in the backend domain, this is some different problem. This ticket is the one where the command doesn't even reach backend domain. Please open new one, and check enigmail logs for exact gpg command line. |
|
Ah, I figured out the problem. |
Attempting to use Split-GPG and Tor Birdy at the same time results in no GPG notifications in Thunderbird at all when viewing signed or encrypted messages.
The text was updated successfully, but these errors were encountered: