Summary: | Impossible to delete unwanted dictionaries | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-sonnet | Reporter: | Dimitrios Glentadakis <dglent> |
Component: | general | Assignee: | Martin Sandsmark <martin.sandsmark> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | hein, kdelibs-bugs, loh.tar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
URL: | http://forum.kde.org/viewtopic.php?f=66&t=102386 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dimitrios Glentadakis
2012-06-28 10:04:26 UTC
Finally it is nt aspell but hunspell that is used by the system I have the follow packages installed: lib64hunspell1.3_0-1.3.2-2.mga2 hunspell-fr-4.2-5.mga2 hunspell-1.3.2-2.mga2 hunspell-debug-1.3.2-2.mga2 hunspell-el-0.8-6.mga2 hunspell-en-0.20110318.1-5.mga2 lib64hunspell1.2_0-1.2.15-1.1.mga1 it is ok if i delete manually the unwanted dictionaries from /usr/share/hunspell Git commit 454d4d8be9dc4612c4dba5845b549b2396bdcff2 by Christoph Cullmann, on behalf of Loh Tar. Committed on 09/12/2018 at 18:26. Pushed by cullmann into branch 'master'. DictionaryComboBox: Keep user preferred dictionaries on top Summary: ...to ease the switch between dictionaries you usually need Test Plan: Three shots how it looks in Kate Normal size {F6442592} Expaned to showcase the included splitter... {F6442591} ...and how the combobox looks {F6442596} Reviewers: #frameworks, #vdg, ngraham, cullmann Reviewed By: #vdg, ngraham, cullmann Subscribers: cullmann, ngraham, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D17030 M +21 -1 src/core/settings.cpp M +3 -0 src/core/settings_p.h M +13 -0 src/core/speller.cpp M +11 -2 src/core/speller.h M +135 -128 src/ui/configui.ui M +28 -0 src/ui/configwidget.cpp M +18 -5 src/ui/dictionarycombobox.cpp https://commits.kde.org/sonnet/454d4d8be9dc4612c4dba5845b549b2396bdcff2 I close this now. Feel free to open again when the mentioned patch was not enough. Add in this case what is missing. |