This a first post of 2013, new ideas, promisses, bugs, etc…ok let’s go Power Rangers!
If you’re using Empathy integrated on Gnome Shell (Gnome 3) and it doesn’t have sound, is probably that you have missing packages.
On my Ubuntu Server 12.10 with pure Gnome Shell, some of commons apps dependencies of Gnome environment are broken or not correctly defined. To fix it is so simple, you can test ‘canberra-gtk-play’:
1 |
canberra-gtk-play -f /usr/share/sounds/freedesktop/stereo/message-new-instant.oga |
If this command throws an error, it will show you a missing package. If it doesn’t installed, please use:
1 |
sudo apt-get install gnome-session-canberra |
If you try install possible other packages, you can try install these libs:
1 |
sudo apt-get install libcanberra-gtk3-module libcanberra-gtk-module |
References and bugs related
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/400485
https://bugs.launchpad.net/elementaryos/+bug/749711
http://forums.debian.net/viewtopic.php?f=6&t=75040
Bye.