mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #883] claws-mail.profile doesn't allow attaching to existing session #600
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#600
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 @martin-schwenke on GitHub (Oct 31, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/883
If I already have an existing claws-mail session then running "firejail claws-mail" starts a new session instead of connecting to the existing one. I'm running 0.9.44, packaged in Debian GNU/Linux.
What I'm really trying to do is create a custom firefox profile that allows me to cleanly use the "Email Link" feature. If I can figure out how to make the claws-mail profile work as expected, then I can customise the firefox one to connect to my claws-mail session.
If I don't hear anything, I'll try to customise the profile(s) so that I can run strace. That would help... ;-)
Thanks...
@martin-schwenke commented on GitHub (Oct 31, 2016):
OK, the one running under firejail uses a socket in a subdir of /tmp/ but my regular version uses a socket in a subdir of ~/tmp/. So firejail must be cleaning the TMPDIR environment variable.
@martin-schwenke commented on GitHub (Oct 31, 2016):
OK, if I use "env TMPDIR=..." to point to my private ~/tmp directory then I can make the default claws-mail.profile work. So, that profile is fine and wasn't working because of my own customisation.
Sorry for the noise... please close this...
@chiraag-nataraj commented on GitHub (Nov 1, 2016):
You can close it yourself 😃 (Right below the comment box, you should see a "Close" button)
@martin-schwenke commented on GitHub (Nov 1, 2016):
Thanks... somehow I missed that. :-)