summaryrefslogtreecommitdiff
path: root/data/mate-notification-daemon.desktop.in.in
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-08-09 13:11:40 +0200
committerraveit65 <[email protected]>2023-08-10 00:13:05 +0200
commit8243a01d5755213af68025885531e381a6995928 (patch)
tree320cf9757f83ccdcdb72e8776d67d560b8a3318e /data/mate-notification-daemon.desktop.in.in
parent37e33b5fdd3c52c131045b4bebcacb9283f9883f (diff)
downloadmate-notification-daemon-8243a01d5755213af68025885531e381a6995928.tar.bz2
mate-notification-daemon-8243a01d5755213af68025885531e381a6995928.tar.xz
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.
Diffstat (limited to 'data/mate-notification-daemon.desktop.in.in')
-rw-r--r--data/mate-notification-daemon.desktop.in.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/mate-notification-daemon.desktop.in.in b/data/mate-notification-daemon.desktop.in.in
new file mode 100644
index 0000000..15cf95f
--- /dev/null
+++ b/data/mate-notification-daemon.desktop.in.in
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Name=MATE Notification Daemon
+Comment=Display notifications
+Exec=@LIBEXECDIR@/mate-notification-daemon
+Terminal=false
+Type=Application
+OnlyShowIn=MATE;
+NoDisplay=true
+X-MATE-Autostart-Phase=Application
+X-MATE-Autostart-Notify=true
+X-MATE-Bugzilla-Bugzilla=MATE
+X-MATE-Bugzilla-Product=mate-notification-daemon
+X-MATE-Bugzilla-Component=general
+X-MATE-Bugzilla-Version=@VERSION@