Skip to content

Instantly share code, notes, and snippets.

Created October 18, 2014 15:19
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/600231b371a8e7603620 to your computer and use it in GitHub Desktop.
Save anonymous/600231b371a8e7603620 to your computer and use it in GitHub Desktop.
/usr/bin/skype
#!/bin/bash
if [ -e '/usr/lib32/libpulse.so' ]; then
PULSE_LATENCY_MSEC=60
exec skype-bin "$@"
else
exec apulse-32 skype-bin "$@"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment