gnome-shell/js/dbusServices/notifications
Florian Müllner 0cbab09044 dbusServices/notifications: Stop broadcasting signals
All fd.o Notifications signals are emitted for a particular notification,
so debugging aside, only the owner of said notification has a legitimate
reason to act on it.

So far we (and other implementations like the old notification-daemon)
have relied on the client-side to properly filter the signals (like
libnotify), but at least the QT implementation is known to not do
that.

Enforce correct client behavior by only emitting the signal to the
original sender.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5008

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2153>
2022-02-05 12:17:23 +00:00
..
main.js dbusServices/notifications: Add a separate notification daemon 2020-03-12 16:09:27 +00:00
notificationDaemon.js dbusServices/notifications: Stop broadcasting signals 2022-02-05 12:17:23 +00:00