After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 435088 - Some event sounds do not work
Some event sounds do not work
Status: RESOLVED OBSOLETE
Product: gnome-control-center
Classification: Core
Component: Sound
2.18.x
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 435109 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-05-02 04:35 UTC by Julien Valroff
Modified: 2009-01-30 12:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Julien Valroff 2007-05-02 04:35:21 UTC
Please describe the problem:
Hi,

Some event sounds do not work: while login sound does, no sound can't be hear at logout. The same happens  when launching an application from the GNOME panel.

Note that I get output from all the sounds when trying them from nome-sound-properties.

Steps to reproduce:
1. Login
2. Listen to the login sound and enjoy
3. This was the last event sound you will hear during all your session


Actual results:
No event sounds can be heard except the login sound

Expected results:
Should hear all the event sounds

Does this happen every time?
Yes.

Other information:
This bug was originally reported against the Debian package. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415216 for details.
Comment 1 Jens Granseuer 2007-05-02 17:28:36 UTC
*** Bug 435109 has been marked as a duplicate of this bug. ***
Comment 2 Julien Valroff 2007-05-06 16:23:48 UTC
Hi,

Strange thing: the issue has been solved automatically on one of my machine. I cannot have identified any update that could have fixed this. The second machine runs the same software versions.

Cheers,
Julien
Comment 3 Alan Baghumian 2007-05-06 16:59:57 UTC
Julien: running /usr/bin/esd before logging-in to GNOME solves the problem. To test, just add the following line after "start)" line in "/etc/init.d/gdm":

exec /usr/bin/esd -nobeeps &

Alan
Comment 4 Loïc Minier 2007-05-07 07:27:49 UTC
This might be due to the fact that DBus is started from Debian's Xsession system, and not by gnome-session.

I suppose DBus is started by gnome-session for upstream folks testing jhbuild builds etc.

People should try getting more information from programs trying to talk to esound but failing to do so: esound is probably refusing connection or something.

Can someone also try killing programs in the session which should output sound so that they are respawned later on and see whether that help?
Comment 5 Julien Valroff 2007-05-12 07:02:13 UTC
Hi,

I can't reproduce the issue any more on my machines.
I have tried changing the spawn_options to :
  spawn_options=-terminate -nobeeps -as -1
and it worked. I changed it back again to 
  spawn_options=-terminate -nobeeps -as 5

and it seems to work ok (at least for now). I have tried logging out and restarting several times.

Cheers,
Julien
Comment 6 Julien Valroff 2007-07-29 10:12:49 UTC
Hi,

I now suffer from this issue on a fresh install (amd64).

Cheers,
Julien
Comment 7 Julien Valroff 2007-07-29 15:21:43 UTC
OK, I have managed to "fix" the issue with auto_spawn=1 in esd.conf

Not sure to understand what this means, but "it works for me"® :)

Cheers,
Julien
Comment 8 Bastien Nocera 2009-01-30 12:11:40 UTC
This should be working fine if the libcanberra gtk module is installed in GNOME 2.24. Please reopen if that isn't the case.