mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1968] No sound output from Firefox after upgrading Firejail to 0.9.54 #1321
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#1321
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 @mi2iec on GitHub (May 30, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1968
I have just updated Firejail from 0.9.52 to 0.9.54 and now sound no longer works in
Firefox 60.0.1
If Firejail is started with
--debug, the following message is printed in the terminalwhile playing a YouTube video:
[Child 47, MediaPlayback #3] WARNING: 5593d1b04e60 OpenCubeb() failed to init cubeb: file /home/buildozer/aports/testing/firefox/src/firefox-60.0.1/dom/media/AudioStream.cpp, line 388[Child 47, MediaPlayback #3] WARNING: Decoder=5593d17d1c00 [OnMediaSinkAudioError]: file /home/buildozer/aports/testing/firefox/src/firefox-60.0. /dom/media/MediaDecoderStateMachine.cpp, line 3746I use Firefox with only ALSA and all Firejail profiles are default. If I remove Firejail or
downgrade to 0.9.52, sound works again.
How can I get sound working with Firejail 0.9.54?
@netblue30 commented on GitHub (May 30, 2018):
At some point Firefox dropped the support for ALSA and moved to PulseAudio. What distribution are you using?
@mi2iec commented on GitHub (May 30, 2018):
I'm using Alpine LInux. Firefox is no longer built with ALSA support by default, but it's stille possible to enable it at build time with
--enable-alsawhich it seems like many smaller distributions like Alpine Linux do. As far as i know, Firefox has not completely dropped ALSA support, it's just currently unmaintained.However, as mentioned in the issue, sound works fine with 0.9.52 or if I disable the Firefox profile after updating, so someting must have happened between 0.9.52 and 0.9.54 that breaks the sound.
@w00x00 commented on GitHub (May 31, 2018):
I have exactly the same issue. Sound is working without firejail or with firejail 0.9.52
@michabuntu commented on GitHub (Jul 1, 2018):
Comment nogroups in firefox.profile: no sound with nogroups enabled: on a system free of systemd and pulseaudio.
With systemd alsa-sound works, because groups are handeld by systemd.
And yes firefox still has alsa, enabled in v.60 (can be enabled via mozconfig) and also in waterfox, same goes for chromium, still alsa.
@chiraag-nataraj commented on GitHub (Jul 24, 2018):
Let's switch the discussion to #2042.