-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels