From cec103897f5109c70f2fd69460d10d21fa4feded Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 14 Jan 2015 16:59:38 +0100 Subject: QSystemTrayIcon uses D-Bus org.freedesktop.Notifications on Linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If StatusNotifier is working, then QSystemTrayIcon::showMessage() will send notifications using the org.freedesktop.Notifications protocol. https://developer.gnome.org/notification-spec/ Task-number: QTBUG-4011 Task-number: QTBUG-31762 Change-Id: Ia1925ec3dd81b1b7b8f3b490b6364aaf8f93f395 Reviewed-by: Dmitry Shachnev Reviewed-by: Jørgen Lind --- .../dbus-ifaces/org.freedesktop.Notifications.xml | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/3rdparty/dbus-ifaces/org.freedesktop.Notifications.xml (limited to 'src/3rdparty') diff --git a/src/3rdparty/dbus-ifaces/org.freedesktop.Notifications.xml b/src/3rdparty/dbus-ifaces/org.freedesktop.Notifications.xml new file mode 100644 index 0000000000..62345f2bb3 --- /dev/null +++ b/src/3rdparty/dbus-ifaces/org.freedesktop.Notifications.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3