https://bugs.kde.org/show_bug.cgi?id=489910

--- Comment #9 from Alexander Wilms <[email protected]> ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to