Comment 18 for bug 1173073

Revision history for this message
Reuben Thomas (rrt) wrote :

I don't understand why this bug wasn't fixed by renaming /usr/bin/skype to /usr/bin/skype.real, and having a script /usr/bin/skype which simply runs:

#!/bin/bash
PULSE_LATENCY_MSEC=60 exec -a /usr/bin/skype /usr/bin/skype.real "$@"

? (I fixed this bug for myself with a similar script in ~/bin.) But anyway, only fixing the desktop file doesn't really count as a fix.