diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2014-10-10 15:05:29 +0200 |
---|---|---|
committer | Stéphane Desneux (sdx) <stephane.desneux@open.eurogiciel.org> | 2014-10-21 07:31:40 -0700 |
commit | fbee96ccf8897a71983ea742a69ac81736e918f5 (patch) | |
tree | 54823bc38ef486c42b66d2ce0914fdbe7757a4f7 | |
parent | bbd7785dfe9da381b862a86ddb13a6a3d7cb71fd (diff) | |
download | weston-common-fbee96ccf8897a71983ea742a69ac81736e918f5.tar.gz weston-common-fbee96ccf8897a71983ea742a69ac81736e918f5.tar.bz2 weston-common-fbee96ccf8897a71983ea742a69ac81736e918f5.zip |
Don't set DBUS_SESSION_BUS_ADDRESSsubmit/tizen_common/20141021.143338accepted/tizen/common/20141022.165146
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.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |