mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2312] Youtube videos not playing with firejail #1541
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#1541
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 (Dec 23, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2312
I'm running Ubuntu 18.04, with mpv version
mpv git-2018-07-22-45beb70youtube-dl version2018.11.07and firejail version0.9.56When I try to watch a YouTube video via mpv, I get the following error:
But running it via /usr/bin/mpv it works fine
@SkewedZeppelin commented on GitHub (Dec 23, 2018):
Fixed in master, see #2275
@ghost commented on GitHub (Dec 23, 2018):
I just installed 0.9.57, and the same problem is happening
@rusty-snake commented on GitHub (Dec 23, 2018):
How did you install it?
@ghost commented on GitHub (Dec 23, 2018):
I followed
https://github.com/netblue30/firejail#Compile-and-install
Minus the line about apt, as I already had those packages
@ghost commented on GitHub (Dec 23, 2018):
https://asciinema.org/a/WxupWTYpNlNnHwwfFU6dKcjsY
@SkewedZeppelin commented on GitHub (Dec 23, 2018):
You still have both the package and the source version installed. In that screencast when you ran mpv, you used the package version.
Please try
/usr/local/bin/firejail mpv ...@ghost commented on GitHub (Dec 23, 2018):
Ah, I see. Works perfectly, thanks man