mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1074] Gnome-mplayer profile issue with private-bin #730
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#730
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 @acrobat1 on GitHub (Jan 27, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1074
In Debian stable with firejail 0.9.44.4 the default profile for gnome-mplayer has the private-bin argument, however I think this doesn't work properly, because gnome-mplayer can be launched but can' t play anything, it just hangs.
Disabling it with ignore=private-bin solves the issue, and interestingly mplayer does indeed work with the same option (adapted for it, i.e private-bin mplayer) : shouldn't gnome-mplayer be just a front-end for mplayer?
Why this option is apparently working only for mplayer ?
@netblue30 commented on GitHub (Jan 28, 2017):
I commented out private-bin in gnome-mplayer.profile, thanks for the bug.