Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Firefox 52 requires PulseAudio to play sound #47

Open
ahanson opened this issue Oct 22, 2017 · 3 comments
Open

Firefox 52 requires PulseAudio to play sound #47

ahanson opened this issue Oct 22, 2017 · 3 comments
Assignees

Comments

@ahanson
Copy link
Contributor

ahanson commented Oct 22, 2017

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.

@ahanson ahanson self-assigned this Oct 22, 2017
@ioistired
Copy link

Isn't Pulseaudio installed by default on Xubuntu? I have no problems with sound in firefox 56 on 17.10.

@ahanson
Copy link
Contributor Author

ahanson commented Oct 23, 2017

Dunno about Xubuntu, but it sometimes doesn't appear on Kubuntu 14.04.
Other times, it's present, but the /home/user/.config/pulse/ directory is owned by root for some reason.
Next year, we're moving to Linux Mint, so maybe this won't be an issue there.

@ioistired
Copy link

Ugh, Mint…

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants