Skip to content

Firefox 52 requires PulseAudio to play sound #47

Description

@ahanson

Firefox version 52 requires pulseaudio to play audio.

How to fix the issue:

Open a terminal and type:
sudo apt-get -y install pulseaudio pavucontrol
Then, check if your pulseaudio configuration directory is owned by your user.
Type:
ls -la ~/.config/ | grep pulse
Your output should look something like this (where user is your username):
drwx------ 2 user user 4096 Feb 4 2015 pulse
If you see this:
drwx------ 2 root root 4096 Feb 4 2015 pulse
Then you need to type this:
sudo chown -R user:user ~/.config/pulse
and after that , sound should work in Firefox.

It's easy to add pulseaudio and set the correct permissions for the config directory.
The problem is that I don't know if this will break something else.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions