Sounds
Status: Beta
Brought to you by:
albertzeyer
Before I forget: the sound method is set to "console beep" by default, but it is possible to get the normal Pidgin sounds working (if the user doesn't find them annoying :-)) by setting the method to command and the sound command to "afplay %s"
(afplay is /usr/bin/afplay, and is installed by default.)
When I get around to writing the default prefs.xml file, I'll set this too, but just in case someone wants to do that before I do :-)
<pref name='sound'> <pref name='command' type='path' value='afplay %s'/> <pref name='method' type='string' value='custom'/> </pref>