[indicator] + [dialog] Silent Mode causes no indication of a change in [icon] state.
Bug #1367818 reported by
James Mulholland
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Thomas Strehl | ||
Ubuntu UX |
Fix Released
|
High
|
Matthieu James | ||
indicator-sound (Ubuntu) |
Fix Released
|
High
|
Ted Gould | ||
indicator-sound (Ubuntu RTM) |
Fix Released
|
High
|
Ted Gould |
Bug Description
- "When the sound is muted, the volume icon to the left of the volume slider should have a red "/" running through it."
- "Add an explicit "Mute" button to the sound indicator menu."
- "Pressing and holding the icon to the left of the volume slider should mute volume straight away."
-------
Desired resolution: Once the sound is muted icon should change but not the colour. We have an icon for muted
https:/
The behaviour has already been illustrated by MPT
Related branches
lp:~ted/indicator-sound/silent-mode
- PS Jenkins bot (community): Approve (continuous-integration)
- Ted Gould: Pending requested
-
Diff: 247 lines (+123/-15)5 files modifiedsrc/CMakeLists.txt (+4/-0)
src/accounts-service-system-sound-settings.vala (+25/-0)
src/accounts-service-user.vala (+40/-0)
src/service.vala (+45/-14)
src/sound-menu.vala (+9/-1)
Superseded
for merging
into
lp:~ted/indicator-sound/lp1358340-greeter-data
- Ted Gould: Pending requested
-
Diff: 284 lines (+141/-17)5 files modifiedsrc/CMakeLists.txt (+4/-0)
src/accounts-service-system-sound-settings.vala (+25/-0)
src/accounts-service-user.vala (+40/-0)
src/service.vala (+63/-16)
src/sound-menu.vala (+9/-1)
lp:~ted/indicator-sound/backport-silent-icon
- Charles Kerr (community): Approve
-
Diff: 22 lines (+5/-0)1 file modifiedsrc/service.vala (+5/-0)
tags: | added: rm-14 |
tags: |
added: rtm-14 removed: rm-14 |
Changed in indicator-sound (Ubuntu): | |
importance: | Undecided → High |
tags: |
added: rtm14 removed: rtm-14 |
Changed in indicator-sound (Ubuntu): | |
assignee: | nobody → Charles Kerr (charlesk) |
tags: | added: touch-2014-10-30 |
Changed in indicator-sound (Ubuntu): | |
assignee: | Charles Kerr (charlesk) → Ted Gould (ted) |
status: | New → Confirmed |
summary: |
- Mute causes no indication of a change in [icon] state. + Silent Mode causes no indication of a change in [icon] state. |
Changed in indicator-sound (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in indicator-sound (Ubuntu): | |
status: | In Progress → Triaged |
Changed in indicator-sound (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in ubuntu-ux: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Paty Davila (dizzypaty) |
assignee: | Paty Davila (dizzypaty) → nobody |
assignee: | nobody → Matthew Paul Thomas (mpt) |
summary: |
- Silent Mode causes no indication of a change in [icon] state. + [indicator] + [dialog] Silent Mode causes no indication of a change in + [icon] state. |
tags: |
added: bq usability removed: rtm14 touch-2014-10-30 |
Changed in indicator-sound (Ubuntu RTM): | |
assignee: | nobody → Ted Gould (ted) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Fix Released |
Changed in ubuntu-ux: | |
assignee: | Matthew Paul Thomas (mpt) → Paty Davila (dizzypaty) |
Changed in ubuntu-ux: | |
assignee: | Paty Davila (dizzypaty) → Alex Milazzo (digitalalex) |
Changed in ubuntu-ux: | |
status: | Fix Released → Fix Committed |
Changed in ubuntu-ux: | |
assignee: | Alex Milazzo (digitalalex) → Matthieu James (tiheum) |
Changed in ubuntu-ux: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I have just discussed this with James. He had transcribed three suggestions here:
1. If the minimum-volume icon had red through it all the time, it would risk being the most prominent item in the menu (at least when music wasn't playing/paused), and it would be inconsistent with System Settings (cf. bug 1376286) and with the volume OSD. If the minimum volume icon should be changed everywhere, that's an issue for the theme, not the indicator.
2. A Mute button in the indicator menu would be too similar to Silent Mode. We should, however, have a Silent Mode switch as the first item in the Sound menu.
3. Currently tapping on the icon to the left of the slider sets the volume to zero -- but pressing and holding does not. This should be fixed.