mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6950] firefox: crash when saving an image / opening the file browser dialog (glycin) #3434
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#3434
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 @ipaqmaster on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6950
Description
Describe the bug
Firefox 144.0 crashing when saving an image (Upon opening the file browser dialog) showing its crash window
Steps to Reproduce
Right click any image and select
Save Image As...to crash the browser.Steps to reproduce the behavior
LC_ALL=C firejail /path/to/program(LC_ALL=Cto get a consistentoutput in English that can be understood by everybody)
ERRORExpected behavior
Let me select which directory to save the image into as usual
Actual behavior
It crashes.
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
Additional context
Any other detail that may help to understand/debug the problem
Only started happening after my latest system update the other day.
Environment
uname -srm):Linux 6.12.55-1-lts x86_64Arch Linuxmesa 1:24.3.3-2"):
Mozilla Firefox 144.0firejail --version):firejail version 0.9.76was compiled (
git rev-parse HEAD):Checklist
/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)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@ipaqmaster commented on GitHub (Oct 30, 2025):
It's probably this: https://bbs.archlinux.org/viewtopic.php?id=302145&p=3
And it seems there is an open issue already after all: https://github.com/netblue30/firejail/issues/6906
Moving on.