summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weston.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/weston.sh b/weston.sh
index 37c1831..b6f7eb6 100644
--- a/weston.sh
+++ b/weston.sh
@@ -5,9 +5,6 @@ export ELM_THEME=tizen-HD-light
# Make EFL apps use the wayland-based input method.
export ECORE_IMF_MODULE=wayland
-# 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
-
# workaround systemd bug in pam_systemd module
if [ "$USER" == "display" ]; then
export XDG_RUNTIME_DIR=/run/display