mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5466] audacity: error while loading shared libraries: lib-project-rate.so #3006
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#3006
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 @a51kot on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5466
Audacity its crashing!
Cinelerra-GG https://aur.archlinux.org/packages/cinelerra-gg
Version 0.7.0
Host Archlinux/Manjaro
EDIT by @rusty-snake: Fix code-block.
@rusty-snake commented on GitHub (Nov 10, 2022):
You have two issues, they should have two issues.
You said "stopped working", stopped working after what? And updated or out of nowhere?
As you can see cinelerra-gg does not have a profile, either request one in #1139 or write your own one.
For audacity we can help you much better if you provide necessary information. The easiest way to do so is to use our bug template.
@ghost commented on GitHub (Nov 10, 2022):
Regarding
audacity, I just installed it on my arch linux box. Theprivate-bin audacityis breaking it. Haven't found the time yet to dig into this deeper, but for now you can work around this by creating a~/.config/firejail/audacity.localwith the below content:UPDATE: audacity's configuration locations seem to have changed as well, at least on Arch Linux. The currently referenced
${HOME}/.audacity-datais no longer present, but${HOME}/.config/audacityand${HOME}/.local/share/audacityare. Looks like our audacity profile is in need of an update. In that context it would be helpful if someone could check all this on Debian/Ubuntu and Fedora too.Regarding
cinelerra-ggfrom the AUR. It renames the executable to cinelerra-gg, which, as pointed out by @rusty-snake isn't supported by firejail (yet). All that's needed is another redirect profile and I'm willing to add that. Before I do so, can you add the below in~/.config/firejail/cinelerra-gg.profile, test it and report back:@kmk3 commented on GitHub (Aug 23, 2024):
Duplicate of #5532