mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #355] pavucontrol broken unless I run it within firejail #252
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#252
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 @chiraag-nataraj on GitHub (Mar 6, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/355
This isn't really a big problem, since I just run pavucontrol with firejail. However, I thought I'd document it here since other people may be running into the same issue.
If I launch firefox and play a youtube video, for example, something very interesting happens. If I just launch
pavucontrol(the mixer program to control pulseaudio), it fails. If I instead launch it asfirejail pavucontrol, it works fine.From what I can tell, there's some funny SHM business going on with pulseaudio. And yes, it's distinct from the older bug with pulseaudio just not working. I have pulseaudio version 8.0. Regardless, it seems that at least a workaround exists at present.
@netblue30 commented on GitHub (Mar 7, 2016):
PulseAudio is broken, it doesn't play nice with programs running in different PID namespaces. There is a workaround here:
https://firejail.wordpress.com/support/known-problems/
@chiraag-nataraj commented on GitHub (Mar 8, 2016):
Ah okay, so it is the same old bug :P Oh well...as I mentioned, another workaround is just to launch everything that needs sound using firejail ;)