mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5045] chromium: program does not start (snap) #2862
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#2862
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 @ghost on GitHub (Mar 14, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5045
I have tried running google-chrome with firejail google-chrome or firejail --private google-chrome and it runs fine.
Trying to do the same for chromium-browser though fails with:
I am on Ubuntu 20.04.
@kmk3 commented on GitHub (Mar 14, 2022):
@infosisio commented on Mar 14:
That seems to come from here:
https://github.com/snapcore/snapd/blob/8fc0bc71e41c91e7931d53a8820359abe923ec9e/interfaces/system_key.go#L154
In which case, note that firejail is incompatible with snaps and flatpaks.
Note that when trying to install certain packages with
apt, on recentversions of Ubuntu (such as on 21.10) that will actually end up installing a
snap instead of an actual deb package. See:
So if you are affected by this, you need to install the "real" chromium package
to use it in firejail.
You might also need to remove the chromium snap first before trying that.
Note that there are Ubuntu derivatives (such as Linux Mint) that do not do
these shenanigans; their
aptshould only install proper deb packages.Closing this as a duplicate of #4962.