summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinwoo Kim <cinoo.kim@samsung.com>2021-07-16 10:36:40 +0900
committerShinwoo Kim <cinoo.kim@samsung.com>2021-07-16 10:36:40 +0900
commit11918a97e7d0cdb9e75e962d271b6f114c814864 (patch)
treecbad171d3cb9616dbdc98555d4ca53294647596d
parent13d44479949f218ed1ba9a5e21c933d25cdcd9f3 (diff)
downloadefl-misc-accepted/tizen_9.0_unified.tar.gz
efl-misc-accepted/tizen_9.0_unified.tar.bz2
efl-misc-accepted/tizen_9.0_unified.zip
If we do not call eldbus_init, there is not a place to call eldbus_init for chromium-efl. This could be fixed on chromium-efl side, but we need to enable ATSPI, because we provide accessibilty using the ATSPI. Change-Id: I187b2876ea49384f1ab674b941a72d8d20ff9c48
-rw-r--r--profile.d/efl_tv.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.d/efl_tv.sh b/profile.d/efl_tv.sh
index 67e585e..afe0c35 100644
--- a/profile.d/efl_tv.sh
+++ b/profile.d/efl_tv.sh
@@ -1,6 +1,7 @@
## Elementary
export ELM_PROFILE="tv"
export ELM_DISPLAY="wl"
+export ELM_ATSPI_MODE=1
## Eina
export EINA_LOG_DLOG_ENABLE=1