aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2017-11-11 14:29:50 +0100
committerArmin Kuster <akuster808@gmail.com>2017-11-19 13:36:25 -0800
commit7ae3e4bd0490a767806fd40f00dd211bce82079e (patch)
treefd40ccf9d6fe584c031e06cdff4420295abf05ba /meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
parent74a41b444930ce095a6da8e87e917b57b09d4b87 (diff)
downloadmeta-openembedded-contrib-7ae3e4bd0490a767806fd40f00dd211bce82079e.tar.gz
xfce4-notifyd: avoid trouble starting daemon for images with multiple desktops
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb')
-rw-r--r--meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
index 0ec6b63045..a39396fa98 100644
--- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
@@ -15,9 +15,14 @@ DEPENDS = " \
inherit xfce-app
+SRC_URI += "file://0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch"
SRC_URI[md5sum] = "c2de09c30b06eaf2d3faaf3e509d656a"
SRC_URI[sha256sum] = "2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9"
+# Avoid trouble with other desktops e.g KDE which also ships dbus service named
+# org.freedesktop.Notifications
+EXTRA_OECONF = "--disable-dbus-start-daemon"
+
do_compile_prepend() {
mkdir -p xfce4-notifyd
}