gnome-shell/js/dbusServices
Florian Müllner 82fd68b985 notificationDaemon: Fix grouping by PID
For fd.o notifications, we are taking the sender's PID into
account when associating notifications with sources (mainly
to deal with notify-send).

This broke when the implementation under the well-known name
was moved into a separate service, as the implementation in
gnome-shell will now always see the public notification-daemon
as sender.

Restore the old behavior by resolving the sender PID in the
separate service, and pass it as hint to the implementation
in gnome-shell.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2592
2020-05-19 08:24:07 +00:00
..
extensions dbusServices/extensions: Handle parentWindow parameter 2020-03-26 18:32:30 +01:00
notifications notificationDaemon: Fix grouping by PID 2020-05-19 08:24:07 +00:00
dbus-service.in
dbus-service.service.in
dbusService.js dbusServices: Allow to inhibit auto-shutdown 2020-03-21 20:16:22 +00:00
meson.build dbusServices/extensions: Proxy Extensions API 2020-03-23 15:39:12 +00:00
org.gnome.Shell.Extensions.src.gresource.xml dbusServices/extensions: Include Params module 2020-03-24 10:38:24 +01:00
org.gnome.Shell.Notifications.src.gresource.xml dbusServices/notifications: Add a separate notification daemon 2020-03-12 16:09:27 +00:00