blob: 6ef0db1847a51bcd024df3527cca17fce1421eef (
plain)
1
2
3
4
5
6
7
8
9
10
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
|