diff options
author | Shinwoo Kim <cinoo.kim@samsung.com> | 2021-07-16 10:36:40 +0900 |
---|---|---|
committer | Shinwoo Kim <cinoo.kim@samsung.com> | 2021-07-16 10:36:40 +0900 |
commit | 11918a97e7d0cdb9e75e962d271b6f114c814864 (patch) | |
tree | cbad171d3cb9616dbdc98555d4ca53294647596d | |
parent | 13d44479949f218ed1ba9a5e21c933d25cdcd9f3 (diff) | |
download | efl-misc-accepted/tizen_8.0_unified.tar.gz efl-misc-accepted/tizen_8.0_unified.tar.bz2 efl-misc-accepted/tizen_8.0_unified.zip |
tv: enable ELM_ATSPI_MODEtizen_9.0_m2_releasetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163101submit/tizen/20210716.015018accepted/tizen/unified/20210720.123521accepted/tizen/9.0/unified/20241030.231642accepted/tizen/8.0/unified/20231005.094115accepted/tizen/7.0/unified/hotfix/20221116.110038accepted/tizen/7.0/unified/20221110.060006accepted/tizen/6.5/unified/20211028.115558tizen_9.0tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizenaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unified
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.sh | 1 |
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 |