mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1826] Youtube video won't start with google-chrome if firejailed #1242
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#1242
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 (Mar 22, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1826
Hi,
I can not run youtube videos under google-chrome whereas it works perfectly if I start google-chrome out of jail.
Firejail version : firejail version 0.9.38.10
Distribution : ubuntu 16.04 LTS
Google-chrome version : Google Chrome 65.0.3325.162
@Fred-Barclay commented on GitHub (Mar 22, 2018):
@flurrylol Are you using the Nvidia proprietary drivers? If so, try running
firejail --noroot google-chrome-stableand see if that works.Reference: see #1753 #1755.
@ghost commented on GitHub (Mar 22, 2018):
Yes I am using my Nvidia drivers.
Launching
firejail --noroot google-chromeorfirejail --noroot google-chromegives this output :ERROR:address_tracker_linux.cc(174)] Could not bind NETLINK socket: Address already in use (98) [5:43:0322/173051.464055:ERROR:browser_gpu_channel_host_factory.cc(120)] Failed to launch GPU process. Created new window in existing browser session.But youtube videos indeed work ! Thank you :-)
@Fred-Barclay commented on GitHub (Mar 22, 2018):
That's great! You can create a local copy of the chrome profile with
norootignored so that you don't have to manually start it with--norootevery time.Make .config/firejail/google-chrome-stable.profile with these lines:
Alternatively, if you have similar problems for lots of profiles, you may want to disable
norootglobally:sudo sh -c "echo 'ignore noroot' >> /etc/firejail/globals.local"@Vincent43 commented on GitHub (Mar 22, 2018):
I think 0.9.38.10 doesn't support
/etc/firejail/globals.local😀@Fred-Barclay commented on GitHub (Mar 23, 2018):
@Vincent43 You're right! Thanks!
@flurrylol if you need to use the second option in my last post, you'll have to upgrade to the most recent firejail release.
@ghost commented on GitHub (Mar 23, 2018):
Well,, to be honest, I'm a bit lazy... so I already had an alias and I just added the argument (noroot) like this :
alias fgc='nohup firejail --noroot google-chrome >/dev/null 2>&1 &'@ghost commented on GitHub (Apr 12, 2018):
@Fred-Barclay :
Hi, I was wondering about
If I clone the git-repo and follow installation steps of the README.md, everything works fine except that my version is still 0.9.38 (
firejail --version).I'm probably missing something...but what ?
EDIT : I had a conflict between the version installed from package, and the git version. This is now fixed !