I put Daniel Carrera's solution to work with a simple bash script:

#!/bin/bash

if [ ! -x /tmp/.esd ]; then
mkdir -p /tmp/.esd
touch /tmp/.esd/socket
fi

I then call this from /etc/rc.local and via a cron job once a day.

-- 
Sound does not work properly in Flash in firefox
https://launchpad.net/bugs/29760

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to