Summary: | Kate part / sonet is not recognizing dictionary renaming | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-sonnet | Reporter: | Till Schäfer <till2.schaefer> |
Component: | general | Assignee: | Martin Sandsmark <martin.sandsmark> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | a.samirh78, christoph, kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | 5.52.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
URL: | https://bugs.gentoo.org/show_bug.cgi?id=425704 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Till Schäfer
2013-10-02 10:09:48 UTC
IMHO this is a sonnet issue. Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! The Problem here seems to be gone partially: - kate / kile / etc no longer save the setting on their own. Instead the setting is stored in .config/KDE/Sonnet.conf. - after a dic-rename, switching the language in system settings or kate to another language and switching it back does solve the issue. However, if the dic file of the selected spell checking language in the system settings is renamed (or no longer existent), the change is not detected or no error is displayed. In my example. the configuration still displays "German (Germany)". The manual switch and backswitch (as described above is required), which is quite intransparent to the user. Thus, I propose to add some check if the dictionary referenced still exist on the system. However, I am not quite sure, how the correct handling of this situation would look like. I see the following options: * If a dictionary is just renamed (and the language is still available) -> just correct the setting silently. * if the dictionary is no longer available, reset the settings and issue an error message to the user, that he might want to reconfigure its spell settings. |