<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><span style="font-size: 10pt;">> Third time of asking ............</span><br>
</p>
<div style="color: rgb(0, 0, 0);"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">> <br>
> Can nobody tell me why Spellcheck no longer works in Scribus?? <br>
> Spellchecking works fine in other programs I use on this computer, <br>
> (LibreOffice, Thunderbird etc). I have the Hunspell installed and only <br>
> ONE Dictionary but all I get is the error "Not in Dictionary"<br>
> <br>
> It used to work before perfectly. My OpSys is the latest PClinuxOS <br>
> 64-bit and Scribus ver 1.4.6.<br>
> <br>
<br>
Using 1.5.3 Rev 21438<br>
<br>
I had the en_us installed and it didn't want to spell check.<br>
<br>
With my environment LANG variable being set to en_AU.UTF-8 I then installed the hunspell_en_au dictionary, but again, no spell checking.<br>
<br>
I then installed hunspell_en_gb and spell checking proceeded without any problem.<br>
<br>
All a bit of a mystery to  me but as I don't use the spell checker, something I had not bothered about<br>
<br>
Owen<br>
<br>
</div>
<div class="PlainText">-----</div>
<div class="PlainText"><br>
</div>
<div class="PlainText">Depending on your operating system, strace or truss could help to tell what scribus is looking for.</div>
<div class="PlainText"><br>
</div>
<div class="PlainText">For example, I have <span>LANG=en_US.UTF-8 and</span></div>
<div class="PlainText"><span>
<div><br>
</div>
<div>  strace -e open scribus 2>&1 | grep spell/</div>
<div><br>
</div>
<div>shows the sequence below when I run a spell check</div>
<div><br>
</div>
<div>  open("/usr/share/myspell/en_US.aff", O_RDONLY) = 20</div>
<div>  open("/usr/share/myspell/en_US.dic", O_RDONLY) = 20</div>
<div>  open("/usr/share/myspell/en_US.aff", O_RDONLY) = 20</div>
<div><br>
</div>
<div>although the spell check does not show any words for me, even words that are misspelled.</div>
</span></div>
<div class="PlainText"><br>
</div>
<div class="PlainText"><a href="http://www.thegeekstuff.com/2011/11/strace-examples" class="OWAAutoLink" id="LPlnk868151">http://www.thegeekstuff.com/2011/11/strace-examples</a> (<span>7 Strace Examples to Debug the Execution of a Program in Linux)</span></div>
<div class="PlainText"><br>
</div>
<div class="PlainText"><a href="http://linoxide.com/linux-command/linux-strace-command-examples/" class="OWAAutoLink" id="LPlnk675331">http://linoxide.com/linux-command/linux-strace-command-examples/</a> (<span>8 Options to Trace/Debug Programs using Linux
 strace Command)</span></div>
<div class="PlainText"><br>
</div>
<div class="PlainText"><a href="http://www.freebsdonline.com/content/view/912/524/" class="OWAAutoLink" id="LPlnk691714">http://www.freebsdonline.com/content/view/912/524/</a> (<span style="font-size: 10pt;">Trace the system calls in FreeBSD with truss)</span>
<div><br>
</div>
<div>Regards, William</div>
<br>
<br>
<span></span><br>
<br>
<span></span><br>
<br>
<br>
<br>
<br>
</div>
<div class="PlainText"><br>
</div>
</span></font></div>
</div>
</body>
</html>