mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4506] Freetube does not start #2688
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#2688
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 @toby63 on GitHub (Sep 3, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4506
Bug and expected behavior
Freetube does not start, see below for details.
No profile and disabling firejail
What changed calling
firejail --noprofile /path/to/programin 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 freetubeCannot start application: Permission deniedEnvironment
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
a44fa49cb(Also a problem with version: 0.9.66)
Freetube version:
0.13.2
Additional context
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.Log
debug output
firejail freetube:
firejail --debug freetube:
@rusty-snake commented on GitHub (Sep 3, 2021):
How did you installed freetube?
@toby63 commented on GitHub (Sep 3, 2021):
Via AUR package.
@rusty-snake commented on GitHub (Sep 3, 2021):
Does it work if you
include allow-bin-sh.inc+private-bin sh?@toby63 commented on GitHub (Sep 3, 2021):
It works, thank you very much.