9af81e44bc
We auto-close FDO notifications when the sender leaves the bus, given that the protocol was created without persistency in mind and any action will become invalid. However that broke when moving the public-facing implementation into a separate service, as we now track the (always running) service instead of the original sender. Fix that by forwarding the sender to the internal implementation via a private hint, just like we already do for the PID. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3204>