mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4597] firefox: dpkg-query: error: failed to open package info file '/var/lib/dpkg/status' (Linux Mint) #2717
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#2717
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 @bryn1u on GitHub (Oct 7, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4597
Hey,
There is no way to run firefox via firejail. Output below:
@kmk3 commented on GitHub (Oct 8, 2021):
@bryn1u commented on Oct 7:
It works for me on Artix.
More information would be helpful; please follow the bug report template:
@bryn1u commented on GitHub (Oct 8, 2021):
The problem occurs only firefox. It works for vlc, smplayer and so on.
Im using Linux Mint 20.2. I think it was similiar problem here but was for an older version of firejail and firefox.
@reinerh commented on GitHub (Oct 8, 2021):
Sounds similar to #3680.
Mint uses a start script for firefox instead of a binary like Debian at
/usr/bin/firefox.They query the dpkg database in the script, which fails (because it's not whitelisted).
This sounds like something clears the environment?
@rusty-snake commented on GitHub (Oct 30, 2022):
Still an issue?