Menu

#4 Sounds

version
open
nobody
version (1)
5
2012-10-09
2009-03-24
svat
No

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>

Discussion


Log in to post a comment.