mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2216] Warnings with firefox and firejail #1487
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#1487
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 @rebirth123 on GitHub (Oct 25, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2216
Using the latest Firefox from Software Manager on Linux Mint 19 Cinnamon. I've tried Firejail versions .52, .54 and .56. I know .52 (the one in the Software manager) has problems with the Firefox version available, but i'm not sure where to problem now lies. I have tried reinstalling etc.
FF does start up and is showing in both --list and --tree commands, but I'm guessing this isn't normal behaviour.
@SkewedZeppelin commented on GitHub (Oct 25, 2018):
It is probably because you are running firejail twice
run
which firefoxif you get
/usr/local/bin/firefoxthat means you already enabled firejail for it by defaultmeaning running
firejail firefoxis equivalent tofirejail firejail /usr/bin/firefox@rebirth123 commented on GitHub (Oct 25, 2018):
Thanks, you're right. sudo firecfg --clean seems to have done the trick. I must have run firecfg at some point.
@Vincent43 commented on GitHub (Oct 25, 2018):
Use
/usr/bin/firefoxto start app without firejail. Usefirefoxto start app with firejail.Alternatively remove
/usr/local/bin/firefoxsymlink and don't runfirecfg. After that:Use
firefoxto start app without firejail. Usefirejail firefoxto start app with firejail.@rebirth123 commented on GitHub (Oct 25, 2018):
Caught me whilst editing. :) Thanks for the alternative method. The final line in the warnings didn't look like an instruction.
@chiraag-nataraj commented on GitHub (Oct 25, 2018):
Seems to be resolved :)