mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1653] Thunderbird(Enigmail) not find GnuPG #1116
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ByteHackr on GitHub (Nov 19, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1653
Enigmail on Thunderbird does not find any GnuPG executable.
@Fred-Barclay commented on GitHub (Nov 20, 2017):
G'day @BehindLinux and thanks for the report!
Can I get some more information from you?
firejail --version.Thanks!
Fred
@Micha-Btz commented on GitHub (Nov 22, 2017):
I have the same problem. Debian Sid. firejail version 0.9.50. The gpg binarys available so I'm a bit helpless. Maybe there are problems with the access to gpg agent.
@smitsohu commented on GitHub (Nov 25, 2017):
Probably communcation with gpg-agent fails. Does it work when you start Thunderbird with
firejail --writable-run-user thunderbird?@Micha-Btz commented on GitHub (Nov 25, 2017):
no my firejail seems to be to old?
for the moment i have disabled the enigmail addon. How can I further debug this?
@smitsohu commented on GitHub (Nov 25, 2017):
Ahh, sorry, I overlooked that you are on 0.9.50. and
--writable-run-useris only in master.See also #1546 and #1572
@Micha-Btz commented on GitHub (Nov 25, 2017):
Ok, this two issues offers me a solution that can't work with my version. But is there a way to solve this in 0.9.50?
@smitsohu commented on GitHub (Nov 25, 2017):
No, it is not configurable in 0.9.50. You will need to upgrade to git version or wait until 0.9.52 is released.
@Micha-Btz commented on GitHub (Nov 25, 2017):
Can you please create a bugfix release to 0.9.50 which contain --writable-run-user?
I would stay by the distro packages.
@smitsohu commented on GitHub (Nov 25, 2017):
cc'ing @startx2017
@jmcclelland commented on GitHub (Jan 2, 2018):
I'm having the same problem and have a version with --writable-run-user. However, it does not help:
Maybe "Warning cannot create symbolic link /var/run" is a cluue?
@cmonty14 commented on GitHub (Jan 14, 2018):
Hi,
I'm experiencing the same issue with Debian Testing / firejail 0.9.52 / thunderbird 52.4.0 / gpg 2.2.4
Until this bug is fixed Thunderbird is unusable with Enigmail/PGP with firejail.
Is there any workaround to start Thunderbird w/o firejail?
@SkewedZeppelin commented on GitHub (Jan 15, 2018):
@74cmonty you can run
sudo rm /usr/local/bin/thunderbirdto start normally@smitsohu commented on GitHub (Feb 3, 2018):
@jmcclelland @74cmonty does it work for you with
firejail --noprofile --writable-run-user thunderbird?If you are running debian buster or ubuntu or suse, can you please check
sudo aa-statusif there is an enforced apparmor profile for thunderbird?I can't reproduce your issue on debian stable, it works fine here with
writable-run-user.@jmcclelland commented on GitHub (Feb 5, 2018):
Thanks for the follow up.
I can longer reproduce the problem either.
It is mysteriously working again without the GPG error and without using any of the special arguments suggested in this thread.
I still get:
Warning cannot create symbolic link /var/runI am running Debian Buster
And here is the output of the aa-status
@smitsohu commented on GitHub (Feb 7, 2018):
@jmcclelland
Great it works. If run into it again and
writable-run-userdoes not fix it, please let us know.I believe that's because we included /etc/firejail/whitelist-var-common.inc twice, once in the thunderbird profile and once in the redirection to the firefox profile. This should be fixed now as well in git version.
@jmcclelland commented on GitHub (Feb 7, 2018):
Confirmed! I tried commenting out that line in the thunderbird profile and I no longer get the error.
Thanks for all the great work on firejail - I find it incredibly useful.