FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian User

 
 
LinkBack Thread Tools
 
Old 10-13-2008, 05:21 PM
T o n g
 
Default On the fly spell checking in firefox

Hi,

My firefox (iceweasel) use to have the on the fly spell checking
capability in text editing entries. But my lose it in my newly
installed lenny.

How can I get it back?

thanks

--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 10-14-2008, 05:02 PM
Florian Kulzer
 
Default On the fly spell checking in firefox

On Mon, Oct 13, 2008 at 17:21:59 +0000, T o n g wrote:
>
> Hi,
>
> My firefox (iceweasel) use to have the on the fly spell checking
> capability in text editing entries. But my lose it in my newly
> installed lenny.
>
> How can I get it back?

Did you check if it is activated?

Edit > Preferences > Advanced > General > Browsing > Check my spelling
as I type

(Spell checking works for me with iceweasel 3.0.3-2 on Sid/amd64.)

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 10-14-2008, 09:54 PM
T o n g
 
Default On the fly spell checking in firefox

On Tue, 14 Oct 2008 19:02:54 +0200, Florian Kulzer wrote:

>> My firefox (iceweasel) use to have the on the fly spell checking
>> capability in text editing entries. But my lose it in my newly
>> installed lenny.
>>
>> How can I get it back?
>
> Did you check if it is activated?
>
> Edit > Preferences > Advanced > General > Browsing > Check my spelling
> as I type

Thanks for the hint. Hmm... It's there, checked & activated.

Anything else to check? (I have the libgtkspell0 installed).

> (Spell checking works for me with iceweasel 3.0.3-2 on Sid/amd64.)

I'm using 3.0.1-1 on lenny. It works before so the version should not be
a problem.

please help. thanks

--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 10-15-2008, 05:58 PM
Florian Kulzer
 
Default On the fly spell checking in firefox

On Tue, Oct 14, 2008 at 21:54:46 +0000, T o n g wrote:
> On Tue, 14 Oct 2008 19:02:54 +0200, Florian Kulzer wrote:
>> Earlier T o n g wrote:
> >> My firefox (iceweasel) use to have the on the fly spell checking
> >> capability in text editing entries. But my lose it in my newly
> >> installed lenny.
> >>
> >> How can I get it back?
> >
> > Did you check if it is activated?
> >
> > Edit > Preferences > Advanced > General > Browsing > Check my spelling
> > as I type
>
> Thanks for the hint. Hmm... It's there, checked & activated.
>
> Anything else to check? (I have the libgtkspell0 installed).

AFAIK, libxul (the Gecko rendering engine library) uses libhunspell for
the spell checking. You can check if your libxul finds libhunspell:

$ ldd /usr/lib/xulrunner-1.9/libxul.so | grep spell
libhunspell-1.2.so.0 => /usr/lib/libhunspell-1.2.so.0 (0x00007fb746616000)

I have libhunspell-1.2-0 version 1.2.6-1. Do you have upstream
Openoffice packages installed by any chance? AFAIK, they bring along
their own version of libhunspell, which can screw things up for
iceweasel.

> > (Spell checking works for me with iceweasel 3.0.3-2 on Sid/amd64.)
>
> I'm using 3.0.1-1 on lenny. It works before so the version should not be
> a problem.

Try to run iceweasel from a xterm with "-safe-mode" to make sure that
the problem is not caused by a broken add-on. Running from xterm might
produce a helpful error message.

By the way, I tested the spell checking with the input fields of
http://babelfish.yahoo.com/.

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 10-16-2008, 04:24 AM
T o n g
 
Default On the fly spell checking in firefox

On Wed, 15 Oct 2008 19:58:49 +0200, Florian Kulzer wrote:

>> >> My firefox (iceweasel) use to have the on the fly spell checking
>> >> capability in text editing entries. But my lose it in my newly
>> >> installed lenny.
>> >>
>> >> How can I get it back?
>> >
>> > Did you check if it is activated?
>> >
>> > Edit > Preferences > Advanced > General > Browsing > Check my
>> > spelling as I type
>>
>> Thanks for the hint. Hmm... It's there, checked & activated.
>
> AFAIK, libxul (the Gecko rendering engine library) uses libhunspell for
> the spell checking. You can check if your libxul finds libhunspell:
>
> $ ldd /usr/lib/xulrunner-1.9/libxul.so | grep spell
> libhunspell-1.2.so.0 => /usr/lib/libhunspell-1.2.so.0
> (0x00007fb746616000)
>
> I have libhunspell-1.2-0 version 1.2.6-1. Do you have upstream
> Openoffice packages installed by any chance? AFAIK, they bring along
> their own version of libhunspell, which can screw things up for
> iceweasel.

No, I don't have Openoffice, and libxul can find libhunspell:

$ ldd /usr/lib/xulrunner-1.9/libxul.so | grep spell
libhunspell-1.2.so.0 => /usr/lib/libhunspell-1.2.so.0 (0xb71b3000)

>> > (Spell checking works for me with iceweasel 3.0.3-2 on Sid/amd64.)
>>
>> I'm using 3.0.1-1 on lenny. It works before so the version should not
>> be a problem.
>
> Try to run iceweasel from a xterm with "-safe-mode" to make sure that
> the problem is not caused by a broken add-on. Running from xterm might
> produce a helpful error message.

Yeah, good point. Just tried that, but symptom is the same and no helpful
error messages. Just a Gtk-WARNING of a theme engine not found, which is
what I always get.


--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 10-16-2008, 02:03 PM
Sam Leon
 
Default On the fly spell checking in firefox

T o n g wrote:

Hi,

My firefox (iceweasel) use to have the on the fly spell checking
capability in text editing entries. But my lose it in my newly
installed lenny.

How can I get it back?


thanks



Install hunspell and a laungauge pack:

http://packages.debian.org/search?keywords=myspell-&searchon=names&suite=all&section=all

(myspell-en-us for american english)

Sam


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 10-16-2008, 07:20 PM
T o n g
 
Default On the fly spell checking in firefox

On Thu, 16 Oct 2008 09:03:41 -0500, Sam Leon wrote:

>> My firefox (iceweasel) use to have the on the fly spell checking
>> capability in text editing entries. But my lose it in my newly
>> installed lenny.
>>
>> How can I get it back?

> Install hunspell and a laungauge pack:
>
> http://packages.debian.org/search?keywords=myspell-
&searchon=names&suite=all&section=all
>
> (myspell-en-us for american english)

BINGO!

myspell "is currently used within OpenOffice.org and the mozilla
spellchecker".

installing it alone without hunspell solved the problem.

THANKS!

--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 

Thread Tools




All times are GMT. The time now is 09:09 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org