FWIW, I found where in the qtwebengine code all the missing dictionaries warnings are being generated.
Even if you use setSpellCheckEnabled(false) they still search for the damn dictionaries and produce meaningless warnings which they explicitly turn on. This is silly. You obviously do not need the dictionaries if you are *disabling* spell checking.
Unfortunately fixing it requires patching qtwebengine. Even if we do not use it for the upcoming release of Sigil we can add it into our build process for the next Qt release.
|