[GH-ISSUE #2924] Multiple bugs due to old version (Linux Mint) #1827

Closed
opened 2026-05-05 08:29:40 -06:00 by gitea-mirror · 6 comments
Owner

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...

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...
gitea-mirror 2026-05-05 08:29:40 -06:00
Author
Owner

@rusty-snake commented on GitHub (Aug 23, 2019):

chromium: 867c2bc

What version of firefox and firejail?

<!-- gh-comment-id:524410657 --> @rusty-snake commented on GitHub (Aug 23, 2019): chromium: 867c2bc What version of firefox and firejail?
Author
Owner

@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

<!-- gh-comment-id:524448065 --> @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
Author
Owner

@rusty-snake commented on GitHub (Aug 23, 2019):

unless anyone tells me any better text editor

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)

firejail 0.9.52-2

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?

<!-- gh-comment-id:524455802 --> @rusty-snake commented on GitHub (Aug 23, 2019): > unless anyone tells me any better text editor 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`) > firejail 0.9.52-2 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?
Author
Owner

@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?

<!-- gh-comment-id:524505867 --> @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?
Author
Owner

@rusty-snake commented on GitHub (Aug 24, 2019):

Has Mint firejail? http://packages.linuxmint.com/search.php?release=any&section=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.

sudo apt remove --autoremove --purge firejail # remove old firejail
wget "https://downloads.sourceforge.net/project/firejail/firejail/firejail_0.9.60_1_amd64.deb" # download firejail
# In the future you can find newer version here: https://sourceforge.net/projects/firejail/files/firejail/
sudo dpkg -i firejail_0.9.60_1_amd64.deb # install new firejail

apt and dpkg may causing some side-effects, think while executing

<!-- gh-comment-id:524535010 --> @rusty-snake commented on GitHub (Aug 24, 2019): Has Mint firejail? http://packages.linuxmint.com/search.php?release=any&section=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. ```bash sudo apt remove --autoremove --purge firejail # remove old firejail wget "https://downloads.sourceforge.net/project/firejail/firejail/firejail_0.9.60_1_amd64.deb" # download firejail # In the future you can find newer version here: https://sourceforge.net/projects/firejail/files/firejail/ sudo dpkg -i firejail_0.9.60_1_amd64.deb # install new firejail ``` _apt and dpkg may causing some side-effects, think while executing_
Author
Owner

@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

<!-- gh-comment-id:524555057 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1827
No description provided.