mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1618] VLC: machine-id breaks PulseAudio #1082
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#1082
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 @curiosity-seeker on GitHub (Oct 25, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1618
On Fedora 26 with VLC 3.0 I've made the observation that
machine-idbreaks PulseAudio:pulse audio output error: PulseAudio server connection failure: Verbindung verweigertAfter commenting that switch everything works okay.
Can someone confirm this?
@netblue30 commented on GitHub (Oct 25, 2017):
Fixed!
Pulse ends up using /etc/machine-id files on some setups. It used to do it all the time on Debian Jessie, now on Stretch it stopped doing it. And if you also have ALSA installed, you never know if the program picks up pulse or alsa. So, it is a full mess! The safe way to go is to remove machine-id from any program using sound.
@curiosity-seeker commented on GitHub (Oct 25, 2017):
Yes, indeed! I had also added it to the dragon profile as a test and sound was also broken here.
Thanks for the fix!