mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[GH-ISSUE #4469] Need help to fix the profile for celluloid! #2678
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#2678
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 @ghost on GitHub (Aug 16, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4469
Write clear, concise and in textual form.
Bug and expected behavior
When starting celluloid with it's firejail profile I am unable to load mpv configuration files in the preferences. When trying to load a mpv configuration errors get logged to cli and changes don't get applied. These are needed for features like video hardware acceleration. When I run celluloid I should be able to load mpv configuration files at least from read-write allowed directories and make these changes persistent.
Reproduce
Steps to reproduce the behavior:
firejail celluloidEnvironment
Additional context
I have opened a issue with the celluloid team but did not receive help that solved the problem.
https://github.com/celluloid-player/celluloid/issues/683
Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.debug output
@rusty-snake commented on GitHub (Aug 16, 2021):
OT:
gsettings set io.github.celluloid-player.Celluloid mpv-options '--hwdec=auto'@ghost commented on GitHub (Aug 16, 2021):
Thank you a lot. This did actually fix the issue and I see you updated the profile as well! In my opinion this topic could be closed.