https://bugs.kde.org/show_bug.cgi?id=434173
--- Comment #10 from Stefano Crocco <stefano.cro...@alice.it> --- (In reply to Miikka from comment #9) > (In reply to Stefano Crocco from comment #8) > > Oh, Ok. So it's not using Sonnet as its spell checking library then, like > almost all other KDE apps are using? > > I'm willing to have Finnish spell checking (besides to the English), but > Finnish language can't be spell checked by using static dictionaries, and > that's why there's a separate library called libvoikko to spell check > Finnish properly. But that's not an issue for Sonnet (or for libenchant), > because they are able to use libvoikko and couple of other special spell > checking libraries as their "backend" besides to those static dictionaries. > > To sum up: Konqueror supports only those static dictionaries, and there's no > plans to implement Sonnet in Konqueror / in its web engine? If so, then I > guess I'm out of luck to achieve my goal... I think it would be impossible to use Sonnet in Konqueror, because QtWebEngine (the web engine Konqueror uses) only provides very basic functionality for it to interact with the page. This has caused several other issues (for example, Konqueror can't support all proxy options supported by other KDE applications). Regarding spell checking, the documentation (https://doc.qt.io/qt-5.15/qtwebengine-features.html#spellchecker) states: "To be able to check the spelling, the spellchecker needs dictionaries. It supports dictionaries from the Hunspell project, but they have to be compiled into a special binary format. A Hunspell dictionary consists of two files: a .dic file [...] an .aff file " If Hunspell doesn't support Finnish, I think there's no way to make Konqueror have it as a spellchecking language. You could try creating a bug report for QtWebEngine at https://bugreports.qt.io/secure/Dashboard.jspa (you'll need to register before doing so). -- You are receiving this mail because: You are watching all bug changes.