Music player should not show its main window if it launches when play button is pressed
Bug #752033 reported by
Dylan McCall
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
The Sound Menu |
Triaged
|
Low
|
Unassigned | ||
indicator-sound (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: indicator-sound
When my music player is not running, the sound menu still keeps its music controls to keep things tidy. However, when I press the Play button, the player's main window opens! This is improper, because it is inconsistent with pressing Play or Pause from the menu when the player is already running and it is inconsistent with our presentation of the music player as a service. A user pressing this button should not expect the player's main window to appear.
Changed in banshee (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in banshee (Ubuntu): | |
status: | Triaged → Invalid |
Changed in indicator-sound: | |
importance: | Undecided → Low |
assignee: | nobody → Conor Curran (cjcurran) |
Changed in indicator-sound: | |
status: | New → Triaged |
Changed in indicator-sound (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
Hi Dylan,
Thats a valid point but the issue here is more todo with that fact that I literally fake a service like effect by starting the player and then once the player is up and going I send it a play command. Therefore I have no way to
when initialising the player tell it to begin in a hibernated state.
Mpt any thoughts here ?