Bug 1303620

Summary: Hard dependency on pulseaudio added in 44.0-3
Product: [Fedora] Fedora Reporter: Tomas Smetana <tsmetana>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: gecko-bugs-nobody, jhorak, pjasicek, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-01 13:35:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Tomas Smetana 2016-02-01 13:21:14 UTC
Description of problem:
After the last update I noticed Firefox can't play sounds... To my surprise I found that there is the pulseaudio daemon running and it re-routed sounds to all odd outputs (that were not set as default in ALSA). Moreover pulseaudio not only doesn't guess the default configuration right, it also tends to resample the output making it really unwanted in any system with better than the integrated soundcard (yes, I use an external DAC).

Version-Release number of selected component (if applicable):
firefox-44.0-3.fc23.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Upgrade Firefox on a system with no pulseaudio installed/running

Actual results:
pulseaudio gets installed and after Firefox start it messes up the sound configuration more or less randomly.

Expected results:
Firefox should behave just like any other application and use the default sound device in the system. The "Requires: pulseaudio" should go away.

Comment 1 Martin Stransky 2016-02-01 13:35:08 UTC
Fair enough, added to 44.0-4

Comment 2 Tomas Smetana 2016-02-01 13:38:18 UTC
Thanks!