From 999702d3c6d32251483b01387c52cc6d5d8fbf52 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Mon, 16 Sep 2013 14:48:22 +0200 Subject: Added DBUS_SESSION_BUS_ADDRESS in /etc/profile.d/weston.sh (Bug TIVI-1686 and other bugs related to dbus) Change-Id: I4a238174544999a5655d9a72a1b068a563d8bb31 --- packaging/weston.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/weston.sh b/packaging/weston.sh index 0e6a60b4..c94abebc 100644 --- a/packaging/weston.sh +++ b/packaging/weston.sh @@ -1,2 +1,5 @@ export ELM_ENGINE=wayland_egl export ECORE_EVAS_ENGINE=wayland_egl + +# also export dbus session address for dbus clients (details on bug TIVI-1686 [https://bugs.tizen.org/jira/browse/TIVI-1686]) +export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$UID/dbus/user_bus_socket -- cgit v1.2.3