Created
December 2, 2014 04:33
-
-
Save jake-minted/3a6d5bcd6cc5c5ce4b51 to your computer and use it in GitHub Desktop.
HipChat Linux Sound Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this - but it didn't do the job for me.