gnome-shell/js/dbusServices
Florian Müllner 9af81e44bc notificationDaemon: Fix auto-closing FDO notifications
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>
2024-02-20 21:09:32 +01:00
..
extensions dbusServices/extensions: Improve error message formatting 2024-01-04 18:59:33 +00:00
notifications notificationDaemon: Fix auto-closing FDO notifications 2024-02-20 21:09:32 +01:00
screencast screencastService: Remove unused variable assignment 2024-02-11 12:36:23 +01:00
screensaver js: Port dbusUtils to ESM 2023-08-07 19:05:50 +00:00
dbus-service.in dbusServices: Port to ESM 2023-06-21 13:26:42 +02:00
dbus-service.service.in dbusServices: Port to ESM 2023-06-21 13:26:42 +02:00
dbusService.js dbusServices: Always import dbus errors 2024-01-31 20:58:31 +01:00
meson.build dbusServices/screencast: Install unconditionally 2022-05-20 12:00:22 +00:00
org.gnome.ScreenSaver.src.gresource.xml dbusServices: Always import dbus errors 2024-01-31 20:58:31 +01:00
org.gnome.Shell.Extensions.src.gresource.xml dbusServices: Always import dbus errors 2024-01-31 20:58:31 +01:00
org.gnome.Shell.Notifications.src.gresource.xml dbusServices: Always import dbus errors 2024-01-31 20:58:31 +01:00
org.gnome.Shell.Screencast.src.gresource.xml dbusServices: Always import dbus errors 2024-01-31 20:58:31 +01:00