https://bugs.kde.org/show_bug.cgi?id=489910
--- Comment #10 from Saroumane <[email protected]> --- (In reply to Alexander Wilms from comment #9) > With the following change, the notifications are shown every time a song > changes, or you click "Show notification" here: File > Plugins > Song > Notifications > > quodlibet/ext/events/notify.py:451 > ``` > self.__last_id = iface.Notify( > "(susssasa{sv}i)", > "Quod Libet", > 0, # <--- was self.__last_id, > image_uri, > title, > body, > actions, > hints, > pconfig.getint("timeout"), > ) > ``` > > The interface for reference: > > UINT32 org.freedesktop.Notifications.Notify ( STRING app_name, > UINT32 replaces_id, > STRING app_icon, > STRING summary, > STRING body, > as actions, > a{sv} hints, > INT32 expire_timeout); > > So, as I understand it, this is intentional according to > https://bugs.kde.org/show_bug.cgi?id=513275 Thanks a lot, your patch works for me. Have you submitted it to Quod Libet ? -- You are receiving this mail because: You are watching all bug changes.
