summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2014-10-10 15:05:29 +0200
committerStéphane Desneux (sdx) <stephane.desneux@open.eurogiciel.org>2014-10-21 07:31:40 -0700
commitfbee96ccf8897a71983ea742a69ac81736e918f5 (patch)
tree54823bc38ef486c42b66d2ce0914fdbe7757a4f7
parentbbd7785dfe9da381b862a86ddb13a6a3d7cb71fd (diff)
downloadweston-common-fbee96ccf8897a71983ea742a69ac81736e918f5.tar.gz
weston-common-fbee96ccf8897a71983ea742a69ac81736e918f5.tar.bz2
weston-common-fbee96ccf8897a71983ea742a69ac81736e918f5.zip
Since systemd package v212 this var is set in user@.service. Change-Id: Ic05556887912b80747d0bd8422abad2c153db5b4 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-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