From 8243a01d5755213af68025885531e381a6995928 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 9 Aug 2023 13:11:40 +0200 Subject: Auto-start m-n-d with session Relying on D-Bus activation to launch org.freedesktop.Notifications can result in selecting the wrong implementation if multiple daemons are installed. Fix this by launching m-n-d with the session rather than depending on D-Bus activation. We keep D-Bus activation for the moment for backward compatibility and to re-start the daemon in otherwise non-problematic situations if it crashes. Fixes #133 and #174. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 32aae7d..8e451c9 100644 --- a/configure.ac +++ b/configure.ac @@ -284,6 +284,7 @@ AM_CONDITIONAL([ICON_UPDATE], [test -n "$UPDATE_ICON_CACHE"]) AC_CONFIG_FILES([ Makefile data/Makefile +data/mate-notification-daemon.desktop.in data/org.freedesktop.mate.Notifications.service data/org.mate.applets.MateNotificationApplet.desktop.in data/org.mate.NotificationDaemon.gschema.xml -- cgit v1.2.1