diff options
Diffstat (limited to 'weston.sh')
-rw-r--r-- | weston.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/weston.sh b/weston.sh new file mode 100644 index 0000000..6ef0db1 --- /dev/null +++ b/weston.sh @@ -0,0 +1,11 @@ +export ELM_ENGINE=wayland_egl +export ECORE_EVAS_ENGINE=wayland_egl +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 + + |