summaryrefslogtreecommitdiff
path: root/testing/dbus/30-dbus
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dbus/30-dbus')
-rw-r--r--testing/dbus/30-dbus8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/dbus/30-dbus b/testing/dbus/30-dbus
new file mode 100644
index 000000000..69d2660da
--- /dev/null
+++ b/testing/dbus/30-dbus
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch="`which dbus-launch 2>/dev/null`"
+if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
+ eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi