mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6883] firefox: ~/.mailcap should be whitelisted to get the default helper applications #3408
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#3408
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 @vinc17fr on GitHub (Aug 30, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6883
Description
When Firefox is run in firejail, Firefox fails to get the helper applications set up by the user; see Mozilla bug 1985743.
Steps to Reproduce
firefoxprofile.Expected behavior
Firefox should propose the application configured by the user.
Actual behavior
Firefox proposes an arbitrary application (Inkscape in my case, which is a very poor choice).
Additional context
As I've found in Mozilla bug 1985743 comment 4 from the logs, Firefox uses the
~/.mailcapfile. But this file is not whitelisted by thefirefoxprofile. Addingin
firefox-common.localsolves this problem. So this is what should be done in the official profile.Environment
uname -srm): Linux 6.16.3+deb14-amd64 x86_64mesa 1:24.3.3-2"): Firefox since at least version 119 (and Nightly affected too)
firejail --version): 0.9.76Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)