-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freetube does not start #4506
Comments
How did you installed freetube? |
Via AUR package. |
Does it work if you --- a/etc/profile-a-l/freetube.profile
+++ b/etc/profile-a-l/freetube.profile
@@ -8,12 +8,14 @@ include globals.local
noblacklist ${HOME}/.config/FreeTube
+include allow-bin-sh.inc
+
include disable-shell.inc
mkdir ${HOME}/.config/FreeTube
whitelist ${HOME}/.config/FreeTube
-private-bin electron,electron[0-9],electron[0-9][0-9],freetube
+private-bin electron,electron[0-9],electron[0-9][0-9],freetube,sh
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,mime.types,nsswitch.conf,pki,pulse,resolv.conf,ssl,X11,xdg
|
It works, thank you very much. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug and expected behavior
Freetube does not start, see below for details.
No profile and disabling firejail
What changed calling
firejail --noprofile /path/to/program
in a terminal?Program starts as expected.
What changed calling the program by path (e.g.
/usr/bin/vlc
)?Nothing.
Reproduce
Steps to reproduce the behavior:
firejail freetube
Cannot start application: Permission denied
Environment
Linux distribution:
Arch Linux
Firejail version (output of
firejail --version
) exclusive or used git commit (git rev-parse HEAD
):Development version built from AUR package firejail-git:
commit a44fa49
(Also a problem with version: 0.9.66)
Freetube version:
0.13.2
Additional context
Checklist
https://github.com/netblue30/firejail/issues/1139
)--profile=PROFILENAME
is used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM
to get english error-messages.browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.Log
debug output
firejail freetube:
firejail --debug freetube:
The text was updated successfully, but these errors were encountered: