[Evolution] Re: [Evolution 1.4.6] Play sound file when mail
arrives not working
Lonnie Borntreger
email@borntreger.com
Sat, 07 Aug 2004 00:05:43 -0700
On Wed, 2004-08-04 at 19:39 -0400, Luis R. Rodriguez wrote:
> Thanks for the reply Jeff. I've done some testing and I noticed that esd
> *needs* to be running. I wrote a simple gnome-sound hello world
> app (with gtk_beep just as in evolution) to test this and confirmed it.
> I also noticed that gnome_sound_init must be called before
> gnome_sound_play can work. I checked the 1.4.6 source and found only
> one entry where that is called:
>
> calendar/gui/alarm-notify/notify-main.c:189: gnome_sound_init ("localhost");
===============
2004-06-17 Jeffrey Stedfast <fejj@ximian.com>
* main.c (main): Call gnome_sound_init() before bonobo_main().
===============
Looks like this change in CVS HEAD to shell/main.c needs to be back-
ported to 1.4.6
Lonnie Borntreger