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 685259 - sounds should not depend on event sounds being enabled
sounds should not depend on event sounds being enabled
Status: RESOLVED FIXED
Product: gnome-clocks
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Clocks maintainer(s)
Clocks maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-10-02 01:59 UTC by Matthias Clasen
Modified: 2012-10-06 18:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2012-10-02 01:59:12 UTC
neither stopwatch nor alarms are 'events' in that sense, and they should make noise even if event sounds are turned off.
Comment 1 Paolo Borelli 2012-10-02 09:23:38 UTC
Is it possible to play sounds through canberra avoiding the global enable/disable settings?
Comment 2 Matthias Clasen 2012-10-03 02:43:53 UTC
Seems so. Something like

canberra-gtk-play -i bell --property media.role=alarm --property canberra.volume=0


works for me, regardless of wether event sounds are turned off or not.
The important bit here is to set media.role to something other than 'event'.
Comment 3 Paolo Borelli 2012-10-06 18:09:04 UTC
Thanks for the suggestion.

Fixed in http://git.gnome.org/browse/gnome-clocks/commit/?id=f618737a096f738084f9c027a2a382cabe67d3e8