Summary: | Languages missing in spellchecker settings | ||
---|---|---|---|
Product: | [Unmaintained] kword | Reporter: | Jaakko Holster <holster> |
Component: | flake-texttool-plugins | Assignee: | Thomas Zander <zander> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | Paddlaren, vladimir.elisseev, zack |
Priority: | NOR | ||
Version: | 1.5 or before | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jaakko Holster
2006-05-24 14:03:47 UTC
Could this be the reason? http://bugs.kde.org/show_bug.cgi?id=91581 Bug 91581 is aspell related, but I'm using ispell. The Finnish dictionary file is located under /usr/lib/ispell/ and is listed in kcontrol when using ispell as a client. My guess: kword uses aspell, not ispell, while other KDE apps uses the client configured in kcontrol? If so, why kword doesn't use the "standard" solution? No, no, kword uses kspell2, which is a new kde library around both ispell and aspell dictionaries. But the rest of KDE uses the older kspell1 library, which has a huge number of issues, but was, well, around for longer, so they both have bugs but not the same. Sorry that I didn't notice the difference (ispell/aspell) between the two bug reports; must be another problem indeed, then. Your problem must be in kspell2's handling of ispell dictionaries, but I have no idea where to begin looking... Zack might know... *** Bug 136044 has been marked as a duplicate of this bug. *** *** Bug 136121 has been marked as a duplicate of this bug. *** SVN commit 1030665 by zander: Fixes app-wide language changes to be honoured by the speller. Remove the koffice-local clone of the config dialog and use the one from kdeui instead. Also listen to the language change and store that in our apps config file and restore that properly on restart. BUG:127934 BUG:117567 CCBUG:208003 BUG:189287 M +7 -2 BgSpellCheck.cpp M +3 -0 BgSpellCheck.h M +0 -5 CMakeLists.txt M +13 -6 SpellCheck.cpp M +1 -1 SpellCheck.h D SpellCheckConfig.ui D SpellCheckConfigDialog.cpp D SpellCheckConfigDialog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1030665 |