fix: honor x-canonical-private-synchronous hint for notification replacement #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
notify-send-based senders (e.g. breadcrumbs) fire a new process per notification, so
replaces_idis always 0 — they instead tag related notifications with thex-canonical-private-synchronoushint and expect the daemon to replace whatever is currently showing from that app. breadbar was not honoring it, so a persistent (Expire::Never) critical notification like breadcrumbs' "no Wi-Fi adapter" during a suspend transition could never be superseded by a later notification, leaving it stuck until breadbar was restarted.Fixes #2.