I want to delete the unwanted dictionaries, to avoid choosing between a very long list. Now i have 30 dictionaries, and when i want to change the dictionary i have to scroll all the list. Is there a place that they are stored so i can delete the unwanted ? Reproducible: Always Steps to Reproduce: 1. Choose only an English dictionary (one package aspell-en installed) 2. You have 22 variants of English Actual Results: Now in Mageia 2 (in Mageia 1 i did nt have this long list with dictionnaries) i have 3 dictionaries installed, aspell-en-7.1.0-2.mga2 aspell-el-0.50.3-15.mga2 aspell-fr-0.50.3-19.mga2 but in the dictionaries list there are 31. 22 variants of English, 6 variants of French, 2 variants of Greek and 1 Hebrew. Expected Results: Able to choose the dictionaries to use https://bugs.mageia.org/show_bug.cgi?id=6269 https://bugs.mageia.org/show_bug.cgi?id=6184
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.