diff options
author | Stephane Desneux <stephane.desneux@eurogiciel.fr> | 2013-09-16 14:48:22 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@eurogiciel.fr> | 2013-09-16 14:48:22 +0200 |
commit | 999702d3c6d32251483b01387c52cc6d5d8fbf52 (patch) | |
tree | 107d4dfec6ecbe98e078ffebaada9d9cab29918e | |
parent | b9fdb7db7ec269c68f36a616a1709e089f5d9290 (diff) | |
download | weston-999702d3c6d32251483b01387c52cc6d5d8fbf52.tar.gz weston-999702d3c6d32251483b01387c52cc6d5d8fbf52.tar.bz2 weston-999702d3c6d32251483b01387c52cc6d5d8fbf52.zip |
Added DBUS_SESSION_BUS_ADDRESS in /etc/profile.d/weston.sh (Bug TIVI-1686 and other bugs related to dbus)
Change-Id: I4a238174544999a5655d9a72a1b068a563d8bb31
-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 |