GNOME Bugzilla – Bug 734117
Pause button does not change to play button in the notification.
Last modified: 2014-08-24 16:41:50 UTC
When song is paused the play button in the notification does not appear. The pause button stay there and when clicked still send media-playback-pause signal which only shows warning message of unknown signal on the terminal.
Yep, happens to me as well
Created attachment 282256 [details] [review] Patch for showing the notification after its update.
I am new to python and GTK but I just found that the notification is shown after updating the track just in case that no song is playing. So I just called show() after the update but now the album art disappear from the notification after pause is clicked. As I said I am new to this so I do not know where is the problem. Should I report new bug for the album art?
(In reply to comment #3) > Should I report new bug for the album art? Thanks, no need to, lets handle this as a part of this report - I'm gonna fix it myself as a part of this bug. Great thanks for the patch!
Pushed https://git.gnome.org/browse/gnome-music/commit/?id=7bea576 and https://git.gnome.org/browse/gnome-music/commit/?id=c631964, thanks!
*** Bug 735086 has been marked as a duplicate of this bug. ***