From: Shinwoo Kim Date: Fri, 16 Jul 2021 01:36:40 +0000 (+0900) Subject: tv: enable ELM_ATSPI_MODE X-Git-Tag: accepted/tizen/6.5/unified/20211028.115558^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.5_unified;p=platform%2Fcore%2Fuifw%2Fefl-misc.git tv: enable ELM_ATSPI_MODE 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 --- 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