I had the same issue and this workaround worked for me:

sudo tee /usr/local/bin/thunderbird << EOF
#!/bin/bash
[[ "\${GPG_AGENT_INFO}" =~ ^"\${GNOME_KEYRING_CONTROL}" ]] || export 
GPG_AGENT_INFO="\${GNOME_KEYRING_CONTROL}/gpg:0:1"
exec /usr/bin/thunderbird "\$@"
EOF
sudo chmod 0755 /usr/local/bin/thunderbird

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243169

Title:
  Thunderbird Enigmail cannot see GPG agent in Gnome Keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1243169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to