Skip to content

Instantly share code, notes, and snippets.

Created October 18, 2014 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a761465afa85f8d02d99 to your computer and use it in GitHub Desktop.
Save anonymous/a761465afa85f8d02d99 to your computer and use it in GitHub Desktop.
/usr/bin/skype
#!/bin/bash
if [ -e '/usr/lib32/libpulse.so' ]; then
export PULSE_LATENCY_MSEC=60
exec /usr/bin/skype-bin "$@"
else
exec apulse-32 /usr/bin/skype-bin "$@"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment