PDA

View Full Version : Spell Checker works in OOo but not KDE, Mozilla, etc



locutus
01-13-2005, 03:20 AM
Mom-inlaw asked about getting the spell checker working in Mozilla and after some looking around, it looks like it's an easy fix but the Knoppix Build Masters need to handle this. It seems that Mozilla wants the dictionaries in /usr/lib/mozilla/companents/myspell but that directory is linked to /usr/share/myspell/dicts and /usr/share/myspell does not exist.

But, OOo does have the dictionary files ( use find /opt/openoffice/. -name "*.dic" ) and so a solution could be to link the /usr/share/myspell/dicts to the OOo dictionary dir...

I don't have a current/latest v3.7 harddisk install so I can't mount /KNOPPIX/KNOPPIX to see if this works. Anybody who has a current v3.7 bulid system willing to try this?

locutus
01-14-2005, 08:07 PM
If anybody has some info on how to mount /KNOPPX/KNOPPIX using cloop when booted from a Knoppix CD I can look into fixing this and getting the details back to the maintainers.....

I see that there are more than one /dev/cloop devices but I don't recall how to associate the next device( /dev/cloop1 ) with the a harddisk compressed filesystem for editing.

I find it hard to believe this hasn't become and issue much earlier since another thread mentioned this in 2003 IIRC.

cheers.

locutus
01-19-2005, 02:35 AM
though it appears nobody cares about the spellchecker, I'll post what I found anyways.

As suspected, by creating dir directory /usr/share/myspell and then linking /opt/openoffice/share/dict/ooo to /usr/share/myspell/dicts the SpellChecker in Mozilla Mail started working. The KDE spellchecker is still broken and the error is something like "ISpell could not be started. Check your PATH."

in executable code:
mkdir /usr/share/myspell
ln -s /opt/openoffice/share/dict/ooo /usr/share/myspell/dicts

Now, are any of the Knoppix maintainers listening?

CrashedAgain
01-19-2005, 05:20 AM
though it appears nobody cares about the spellchecker, I'll post what I found anyways.



It's not that nobody cares, just that I (we) don't have a solution for you. I have always (re)installed ispell on HD install:
apt-get -t unstable install ispell, iamerican, ibritish, dictionary-common
With this I have not had any problems with spellchecker, works in all KDE apps including kmail composer but I don't use mozilla so didn't think that would be much help.
There is some spellchecker settings in control center but I assume you have already tried those.

locutus
01-19-2005, 11:58 PM
Thanks for posting. To tell you the truth, I would have thought there would have been more people with a build or remaster setup willing to give my spellcheck idea a quick try. Once I created the remaster for v3.7 and verified the build process, it took all of about 10 minutes to link the OOo dicts to where Mozilla was thinking they were, build, boot, and test.

As far as installing ispell goes, aspell seems to be already installed on Knoppix but it's not configured or fully functional for some reason. if there was more interest in fixing the bugs in Knoppix then I'd follow this through but as it is, my mom-in-laws problems with the spellchecker in Mozilla Mail are now fixed and that was something I told her I'd fix. That's good enough for me.

cheers.

kuser
11-04-2005, 10:52 AM
Thanks for posting. To tell you the truth, I would have thought there would have been more people with a build or remaster setup willing to give my spellcheck idea a quick try. Once I created the remaster for v3.7 and verified the build process, it took all of about 10 minutes to link the OOo dicts to where Mozilla was thinking they were, build, boot, and test.

As far as installing ispell goes, aspell seems to be already installed on Knoppix but it's not configured or fully functional for some reason. if there was more interest in fixing the bugs in Knoppix then I'd follow this through but as it is, my mom-in-laws problems with the spellchecker in Mozilla Mail are now fixed and that was something I told her I'd fix. That's good enough for me.

cheers.

1. install the dictionaries for aspell (or make sure they are present in the system)
2. verify in the KDE Control Center that regional settings and the spellcheck dictionary selected are of the *same* language. (e.g. "Country/Region & Language" = USA, Language = US English and "KDE Components->Spellchecker", Dictionary=English (United States) not just "Default" !)

that worked for me, (running knoppix 4.0.2 CD w/o HDD on dell inspiron2500)

hth