diff options
Diffstat (limited to 'packaging/weston.sh')
-rw-r--r-- | packaging/weston.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |