On 06/11/2016 06:11 AM, Stephan Witt wrote: > Am 29.05.2016 um 23:56 schrieb Richard Heck <[email protected]>: >> commit 3a2fc1595b316e0847d25b0604ec9188d953af01 >> Author: Stephan Witt <[email protected]> >> Date: Tue May 10 18:06:48 2016 +0200 >> >> Correct path names were to look for RPM based dictionaries for hunspell >> on Linux. >> >> diff --git a/src/HunspellChecker.cpp b/src/HunspellChecker.cpp >> index 5c17976..ec5466f 100644 >> --- a/src/HunspellChecker.cpp >> +++ b/src/HunspellChecker.cpp >> @@ -155,9 +155,9 @@ const string HunspellChecker::Private::dictPath(int >> selector) >> { >> switch (selector) { >> case 4: >> - return addName(hunspellPackageDictDirectory(),dictDirectory()); >> + return hunspellPackageDictDirectory(); >> case 3: >> - return addName(myspellPackageDictDirectory(),dictDirectory()); >> + return myspellPackageDictDirectory(); >> case 2: >> return >> addName(package().system_support().absFileName(),dictDirectory()); >> case 1: > Richard, ok for 2.2.1? For 2.1.x too? > > There are some tickets regarding this issue: > http://www.lyx.org/trac/ticket/10071 and > http://www.lyx.org/trac/ticket/10192
Yes, that looks fine. rh
