mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1319] [DOC] Firefox doesn’t open in a new sandbox... #900
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#900
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 @Anyon3 on GitHub (May 29, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1319
To open a new firefox instance, you can use the following argument --new-instance (with firefox, example : firefox --new-instance)
I think this point should be add on this part of the FAQ. It could be necessary to pass -P argument to select a different profile for each new instance if you handle different FIrefox profile in the same home directory
Hope it's helpful
Thanks,
Edit : I made several test and can confirm --new-instance, no matter if one or more Firefox processus are running, will create a new uniq firefox processus.
Torbrowser will have the same effect if a Firefox processus is already running. A bigger problem related to TB is : While another processus of Firefox is running and no argument --new-instance was used, TB will keep your session data (history, cookie, cache...) after you close it as long a Firefox processus is running.
@netblue30 commented on GitHub (Jun 4, 2017):
all set: https://firejail.wordpress.com/support/frequently-asked-questions/#firefox-dual
@Anyon3 commented on GitHub (Jun 5, 2017):
You right, I missed this argument (--no-remote), my bad.
@netblue30 commented on GitHub (Jun 5, 2017):
I think --no-remote and --new-instance are equivalent, or the difference between them is very small. They both do the job.