← Back to team overview

unity-api-bugs team mailing list archive

[Bug 1337348] Re: Dismissing the alarm dialog doesn't stop playing the alarm sound

 

Added ubuntu clock app project to keep track of these issues fixed
related to alarms for RTM.

** Also affects: ubuntu-clock-app
   Importance: Undecided
       Status: New

** Changed in: ubuntu-clock-app
       Status: New => Fix Released

** Changed in: ubuntu-clock-app
    Milestone: None => rtm

** Changed in: ubuntu-clock-app
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to Indicator Date and Time.
https://bugs.launchpad.net/bugs/1337348

Title:
  Dismissing the alarm dialog doesn't stop playing the alarm sound

Status in The Date and Time Indicator:
  Fix Released
Status in Clock application for Ubuntu devices:
  Fix Released

Bug description:
  This works on the desktop, but not on the phone where alarms are more
  important.

  The code in indicator-datetime is currently using libcanberra to play
  sounds. This code will be replaced with code using the new media API
  when it lands; however, I don't think that's scheduled for RTM.

  So, the indicator-datetime's libcanberra client code currently calls
  ca_context_cancel() to end the sound when the snap decision is
  dismissed. On the desktop, this does The Right Thing by stopping the
  audio. On the phone, it does not stop the audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1337348/+subscriptions


References