[Evolution] [Evolution 1.4.6] Play sound file when mail arrives not working
Luis R. Rodriguez
mcgrof@ruslug.rutgers.edu
Mon, 7 Jun 2004 12:40:26 -0400
--Yb+qhiCg54lqZFXW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hello,
[ Please CC me as I'm not subscribed to the list ]
I enabled the=20
Tools --> Settings -->=20
Mail Preferences
--> New Mail Notification
--> Play sound file when new mail arrives=20
I set the filename to a wave file I have, using the full path. I am not
hearing any sound. Sound card works, Volume is pumped.
I've done some quick grep'ing on the source and I guess the function
being used to play the sound file is:
mail/mail-session.c
static void
main_play_sound (CamelFilterDriver *driver, const char *filename, gpointer =
user_data)
{
if (filename && *filename)
gnome_sound_play (filename);
else
gdk_beep ();
g_free (filename);
camel_object_unref (session);
}
Q1. I'm using debian so not sure if there was library left out of=20
the package's depenencies. I'll look but anyone know off what library
gnome_sound_play comes from? If a library was left out I'll report it as
a bug.=20
Q2. From some initial googl'ing I'm reading esd must be running in order
for gnome_sound_play to work; is this right (?)=20
I'll keep looking for more info. Please let me know if you know exactly
what needs to be available to get this sound play to work on mail
arrival.
--=20
GnuPG Key fingerprint =3D 113F B290 C6D2 0251 4D84 A34A 6ADD 4937 E20A 525E
--Yb+qhiCg54lqZFXW
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAxJp6at1JN+IKUl4RAo5bAKCvR22Pr9uIZAnTMhrB3fn+4tl3vwCfbThI
GOoHYlqDJqyKw89+AVAWWy0=
=28Yf
-----END PGP SIGNATURE-----
--Yb+qhiCg54lqZFXW--