GNOME Bugzilla – Bug 762203
Display notifications about playing song when pausing
Last modified: 2016-03-17 02:38:58 UTC
Using 3.3 on Ubuntu/Unity. When pausing a song notify-osd displays a notification about the song. The notification might make sense when having actions since those let you play/pause but it doesn't really in that case since it only displays the artwork/title like if you started playing a new song.
Created attachment 321849 [details] [review] Don't notify about pauses with no-action servers
Created attachment 324066 [details] [review] an easier way to do that I'd prefer to fix it this way. Does this still work properly for you?
that seems to work as well, thanks!
I took another look at this and realised that we can narrow this down a bit further. If plugin->notify_supports_icon_buttons is false, then updating the notification won't make any difference to it. That field is only ever set to true with plugin->notify_supports_actions is true, so in Unity, this should work the same as the previous patch. I've pushed the updated patch as commit aea7e34.