Skip to content

notificationDaemon: Fix auto-closing FDO notifications

Florian Müllner requested to merge fmuellner/gnome-shell:fdo-auto-close into main

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.

Merge request reports