tv: enable ELM_ATSPI_MODE 53/261353/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211028.115558 accepted/tizen/7.0/unified/20221110.060006 accepted/tizen/7.0/unified/hotfix/20221116.110038 accepted/tizen/8.0/unified/20231005.094115 accepted/tizen/unified/20210720.123521 submit/tizen/20210716.015018 submit/tizen_6.5/20211028.163101 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 16 Jul 2021 01:36:40 +0000 (10:36 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 16 Jul 2021 01:36:40 +0000 (10:36 +0900)
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

profile.d/efl_tv.sh

index 67e585e..afe0c35 100644 (file)
@@ -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