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 479697 - no sounds
no sounds
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
0.12
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2007-09-24 04:00 UTC by Jean-François Fortin Tam
Modified: 2008-04-11 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't display sound options in the preferences dialog (661 bytes, patch)
2008-04-10 19:38 UTC, Frederic Peters
committed Details | Review

Description Jean-François Fortin Tam 2007-09-24 04:00:38 UTC
I activated the preferences to have sounds when people chat me, but I get none. Is this feature implemented?
Comment 1 Xavier Claessens 2007-09-24 08:07:28 UTC
Not yet implemented, I'm waiting for a good API for sound in GNOME applications, as I understand libgnome stuff should be replaced so I'm not sure which API should be used for that right now...
Comment 2 Jean-François Fortin Tam 2007-09-29 13:25:20 UTC
Personnally, in specto I simply did this:

sound = "foo.wav"
gnome.sound_play(sound)

Wouldn't that work?
Comment 3 David Planella 2007-10-30 20:01:26 UTC
In my opinion, if that feature is not yet implemented, it should not be in the UI, or at least it should be grayed out.

Otherwise this can be extremely confusing to the users.

I have been using Empathy for a few days now, and I was quite puzzled that sounds would not work as they used to do in Gossip, until I stumbled upon this bug report.
Comment 4 Dafydd Harries 2008-02-18 10:35:32 UTC
I think that libgnome will not be removed until there is a replacement sound API. Given that, perhaps it's reasonable to make something work with libgnome in the short term.
Comment 5 Marco Barisione 2008-03-07 12:47:35 UTC
Xavier, can we just copy in empathy the code from gossip? If not we should really hide the sound options from the configuration dialog.
Comment 6 Frederic Peters 2008-04-10 19:38:33 UTC
Created attachment 109019 [details] [review]
Don't display sound options in the preferences dialog

Xavier, here is the quick fix to hide the audio options from the preferences dialog, you can leave this bug report open afterwards but please apply it :)
Comment 7 Xavier Claessens 2008-04-11 15:05:51 UTC
Thanks for the patch, committed.

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.