mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6940] audacity: crash when opening file dialog #3429
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#3429
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 @nphantasm on GitHub (Oct 16, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6940
Description
Audacity crashes with SIGABRT when trying to open the file dialog via File->Open... from the menu bar.
Steps to Reproduce
Expected behavior
The file dialog should open.
Actual behavior
Audacity crashes before the file dialog is displayed
Behavior without a profile
File dialog opens as expected.
Additional context
When
private-tmp audacityandinclude disable-common.incare removed from the profile, Audacity works as expected.I've also been able to crash Audacity using the default profile when attempting to move the play head somewhere in the timeline after dragging and dropping a file to Audacity without using the file dialog.
Environment
uname -srm): Linux 6.16.10-artix1-1 x86_64mesa 1:24.3.3-2"): Audacity 3.7.4 and 3.7.5 (older versions untested)
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)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/programfjdebug.txt
@rusty-snake commented on GitHub (Oct 16, 2025):
#6906, #6913
@nphantasm commented on GitHub (Oct 16, 2025):
Missed that, sorry.
For others, the fix is adding this to
audacity.local:Or on Arch installing the gdk-pixbuf2-noglycin AUR package which also fixed this.