mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2924] Multiple bugs due to old version (Linux Mint) #1827
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#1827
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 @meliaas on GitHub (Aug 23, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2924
Hi. Default Firejail profiles for firefox and chromium have two issues.
Firefox doesn't open any page at all, I tried this in 2 different computers on Linux Mint, and I tried on another computer with Manjaro as well. None of them worked, but firefox works just as fine without firejail.
Chromium keeps asking for keyring authentication when it's opened, it happens in both Linux Mint installs but in Manjaro it was ok.
Brave on Manjaro has a sandbox issue, and in Linux Mint I can't install the default profile...
@rusty-snake commented on GitHub (Aug 23, 2019):
chromium:
867c2bcWhat version of firefox and firejail?
@meliaas commented on GitHub (Aug 23, 2019):
firejail 0.9.52-2
firefox 68.0.2
now I can't even edit the profiles with gedit or leafpad... :\ don't know what's wrong but I'll try to fix it, unless anyone tells me any better text editor... but these worked before
@rusty-snake commented on GitHub (Aug 23, 2019):
vim (if you ask so general I can't resist)
if you edit the files in /etc you need to be root (
sudo vim /etc/firejail/firefox.profile,gedit admin:///etc/firejail/firefox.profile). Alternative you copy to.config/firejail(mkdir -p ${HOME}/.config/firejail && cp /etc/firejail/firefox.profile $HOME/.config/firejail)Since 0.9.52 there has been a huge of changes to firefox in firejail.
The biges important: https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions#firefox-60-problems
0.9.52 Is very old, can you updating?
@meliaas commented on GitHub (Aug 24, 2019):
Hi! Thanks for the help, I can edit the files with gedit using that command. Usually opening /etc/firejail as root would suffice... But then, I don't see any nodbus command on chromium.profile. Adding that line breaks chromium completely.
Maybe the issue is using that old version of firejail, I installed it via the official Linux Mint software sources! How can I update it?
@rusty-snake commented on GitHub (Aug 24, 2019):
Has Mint firejail? http://packages.linuxmint.com/search.php?release=any§ion=any&keyword=firejail show nothing to me, but for examlple if I search for firefox I get results.
Because I don't know your Mint version (maybe upgrading is enought) and I can't find any informations about firejail in Mint (maybe using backports is enought) here is the command that definitely work.
apt and dpkg may causing some side-effects, think while executing
@meliaas commented on GitHub (Aug 24, 2019):
Yeah Mint has firejail in Software Center. Doing your procedure fixed everything in the 3 browsers! Thank you very much. Cheers