Skip to content

Instantly share code, notes, and snippets.

@jake-minted
Created December 2, 2014 04:33
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 jake-minted/3a6d5bcd6cc5c5ce4b51 to your computer and use it in GitHub Desktop.
Save jake-minted/3a6d5bcd6cc5c5ce4b51 to your computer and use it in GitHub Desktop.
HipChat Linux Sound Fix
# Had to install libcanberra, sound files, and then symlink to old directory structure
# Install libcanberra (Assuming Arch). Google for debian/ubuntu/RHEL flavors
yaourt -S libcanberra ubuntu-sounds
# Make the old school lib directory
sudo mkdir -p /usr/lib/x86_64-linux-gnu/libcanberra-0.28
# Yes, it is hardcoded to that path. Yes, they want version 0.28. This is current as of 12.1.14
# On hipchat client version 2.2.1270
cd /usr/lib/x86_64-linux-gnu/libcanberra-0.28/
sudo ln -s /usr/lib64/libcanberra-0.30/* ./
# Restart hipchat client and you're fine
@rbellamy
Copy link

Thanks for this - but it didn't do the job for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment