Dismissing the alarm dialog doesn't stop playing the alarm sound
Bug #1337348 reported by
Charles Kerr
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Indicator Date and Time |
Fix Released
|
High
|
Charles Kerr | ||
Ubuntu Clock App |
Fix Released
|
High
|
Charles Kerr |
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-
Related branches
lp://staging/~charlesk/indicator-datetime/lp-1337348-use-gstreamer-api
- Ted Gould (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 441 lines (+118/-149)5 files modifiedCMakeLists.txt (+1/-1)
debian/control (+1/-1)
src/snap.cpp (+106/-146)
tests/manual (+10/-0)
tests/test-locations.cpp (+0/-1)
Changed in indicator-datetime: | |
status: | New → Confirmed |
Changed in indicator-datetime: | |
importance: | Undecided → High |
assignee: | nobody → Charles Kerr (charlesk) |
Changed in indicator-datetime: | |
status: | Confirmed → Fix Released |
Changed in ubuntu-clock-app: | |
assignee: | nobody → Charles Kerr (charlesk) |
To post a comment you must log in.
Using the gstreamer API gets this working on phablet so that this can work on RTM without blocking on the Media API.