mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3248] Using Thunderbird with a profile location other than default #2040
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#2040
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 @johncarterofmars on GitHub (Feb 26, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3248
Linux Mint 19.3
Firejail 0.9.62_1
My thunderbird profile is stored in a veracrypt drive. I tried to launch thunderbird with:
firejail thunderbird --profile-path=/media/veracrypt1/thunderbird with this result:
$ firejail thunderbird --profile-path=/media/veracrypt1/thunderbird
Reading profile /etc/firejail/default.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
** Note: you can use --noprofile to disable default.profile **
Parent pid 32415, child pid 32416
Warning fseccomp: --protocol not supported on this platform
Warning: cleaning all supplementary groups
Child process initialized in 39.86 ms
Warning: an existing sandbox was detected. /usr/bin/thunderbird will run without any additional sandboxing features
JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory.
How do I properly specify the path for thunderbird to launch correct?
Thank you.
@rusty-snake commented on GitHub (Feb 27, 2020):
You need to allow /media:
firejail --ignore=disable-mnt thunderbird --profile-path=/media/…@matu3ba commented on GitHub (Feb 27, 2020):
@rusty-snake
label
Q: wikiandQ:usage?Explaining the common commands could be put into the wiki.
@rusty-snake commented on GitHub (Apr 1, 2020):
I'm closing here due to inactivity, please fell free to reopen if you have more questions.