Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7, 6.8
-
None
Description
Using the yocto recipe it is not possible to disable all layouts.
In https://bugreports.qt.io/browse/QTBUG-130382 a bug was fixed which prevented the ko_KR layout to be disabled, but a similar bug also occurs for other languages which are also based on custom input methods.
This task is to align the recipe and the feature system to make sure that either the recipe is using the correct INPUT_ flags to disable the layouts, or the feature system needs to be fixed to work correctly.
It also would make sense if all features are used correctly.
The pinyin feature checks for a INPUT_lang_ch_CN feature instead of INPUT_lang_zh_CN