mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3012] 'noroot' in dolphin.profile breaks mpv vulkan renderer #1885
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#1885
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 @Ryujinra on GitHub (Oct 27, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3012
When playing a video with mpv+vulkan from dolphin, the vulkan renderer is unavailable to mpv with the default dolphin.profile.
norootmust be commented out for mpv to access vulkan from within the dolphin container.To replicate, add
gpi-api=vulkanto mpv.conf, and use dolphin to select something to play - mpv will quit immediately as long as dolphin is started withnoroot. You may need to explicitly setgpu-contextin mpv as well, if your wayland/x11 environment isn't properly detected.@ghost commented on GitHub (Oct 27, 2019):
Thanks for reporting the issue. I've put a comment inside the dolphin.profile to add 'ignore noroot' to dolphin.local in such case. I didn't want to drop 'noroot' from the default options, as this doesn't affect most users IMHO. If you can live with that, please test and comment/close this here.
@Ryujinra commented on GitHub (Oct 27, 2019):
Yes, I think this is fine. However, do you have an idea of what noroot is blocking access to in this case? I have it in my mpv.profile and it does not prevent vulkan renderer usage.