From fbee96ccf8897a71983ea742a69ac81736e918f5 Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Fri, 10 Oct 2014 15:05:29 +0200 Subject: Don't set DBUS_SESSION_BUS_ADDRESS Since systemd package v212 this var is set in user@.service. Change-Id: Ic05556887912b80747d0bd8422abad2c153db5b4 Signed-off-by: Maciej Wereski --- weston.sh | 3 --- 1 file changed, 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 -- cgit v1.2.3