Solution for the audio delay:
Create a new firefox script under /usr/local/bin/firefox with the following command:
Code:
gksudo gedit /usr/local/bin/firefox
Paste the following into the blank file and save it:
Code:
#!/bin/bash
export PULSE_LATENCY_MSEC=20
exec /usr/bin/firefox "$@"
Then run this:
Code:
sudo chmod a+x /usr/local/bin/firefox
Start firefox with the command:
Code:
/usr/local/bin/firefox
Source: https://bugs.launchpad.net/ubuntu/+s...66/comments/34
I recommend that you add yourself to the bug https://bugs.launchpad.net/ubuntu/+s...io/+bug/294666
Bookmarks