Bug 202403 (tb-myspell) - Make spellchecking in Thunderbird work (myspell)
Summary: Make spellchecking in Thunderbird work (myspell)
Keywords:
Status: CLOSED DUPLICATE of bug 218762
Alias: tb-myspell
Product: Fedora
Classification: Fedora
Component: thunderbird
Version: 7
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Christopher Aillon
QA Contact:
URL:
Whiteboard: TB12ReproductionRequest
: 217187 217188 244972 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-14 07:05 UTC by Kim Bisgaard
Modified: 2018-04-11 07:00 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-03-10 11:28:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kim Bisgaard 2006-08-14 07:05:33 UTC
Description of problem:
There are no dictionaries installed for thunderbird - please add a trigger
script to either openoffice.org-langpack-??_?? or thunderbird with the
equivalent of this script:
ver=1.5.0.5
cd /usr/lib/openoffice.org2.0/share/dict/ooo/
for d in ??_??.aff ??_??.dic; do 
	n=`echo $d |tr _ -`; 
	ln -s `pwd`/$d /usr/lib/thunderbird-$ver/components/myspell/$n ; 
done

thanks!

Comment 1 Matěj Cepl 2007-07-18 17:31:42 UTC
Fedora Core 5 is no longer supported, could you please reproduce this with the
updated version of the currently supported distribution (Fedora Core 6, or
Fedora 7, or Rawhide)? If this issue turns out to still be reproducible, please
let us know in this bug report.  If after a month's time we have not heard back
from you, we will have to close this bug as CANTFIX.

Setting status to NEEDINFO, and awaiting information from the reporter.

Thanks in advance.


Comment 3 Kim Bisgaard 2007-07-21 14:14:09 UTC
A current (Fedora 7) script  could be:

#!/bin/bash

ver=`rpm -q --qf "%{version}" thunderbird`
cd /usr/share/myspell/
for d in ??_??.aff ??_??.dic; do
        n=`echo $d |tr _ -`;
        ln -s `pwd`/$d /usr/lib/thunderbird-$ver/dictionaries/$n ;
done


Comment 4 Matěj Cepl 2007-07-23 09:59:10 UTC
I don't think making thunderbird dependent on OpenOffice.org would make anybody
happy.

Comment 5 Matěj Cepl 2007-07-23 10:04:57 UTC
Scrap comment 4, that's nonsense. 

Comment 6 Matěj Cepl 2007-07-23 10:53:17 UTC
*** Bug 217187 has been marked as a duplicate of this bug. ***

Comment 7 Matěj Cepl 2007-07-23 10:53:40 UTC
*** Bug 244972 has been marked as a duplicate of this bug. ***

Comment 8 Matěj Cepl 2007-07-23 10:53:45 UTC
*** Bug 217188 has been marked as a duplicate of this bug. ***

Comment 9 Christopher Aillon 2007-08-07 16:28:39 UTC
We're moving to hunspell in the nearish future which should fix this issue, so
this is probably wontfix.

Comment 10 Matěj Cepl 2008-02-08 20:42:45 UTC
Since this bugzilla report was filed, we have seriously upgraded Gecko-related
packages, which may have resolved this issue. Users who have experienced this
problem are encouraged to upgrade their system to the latest version of their
distribution available.

Please, confirm to us that this bug is reproducible on the latest upgrade of the
supported distribution (that's RHEL, or Fedora 7, 8, and Rawhide).

Setting the bug to NEEDINFO. If I won't get confirmation of reproducability in
30 days, the bug will be closed as INSUFFICIENT_DATA.

[This is mass-changing of bugs which seem to be too old and irrelevant anymore;
we are sorry, if this bug should not be incldued.]

Comment 11 Kim Bisgaard 2008-03-05 11:14:31 UTC
I can confirm that it does still NOT work with 2.0.0.12-1.fc8

Comment 12 antonio montagnani 2008-03-05 11:24:18 UTC
and also in rawhide

Comment 13 Kim Bisgaard 2008-03-05 11:46:19 UTC
I can confirm that it does still NOT work with 2.0.0.12-1.fc8

Comment 14 Matěj Cepl 2008-03-07 22:42:41 UTC
At this point, we're going to only be taking security fixes and major stability
fixes into this release of Fedora.  However, we still want to ensure the bug is
fixed in the next version.  We'd appreciate if you could test with the latest
version of Thunderbird (2.0.0.12) now available for your distribution and
provide feedback as to whether the problem still exists so we can file a ticket
upstream as soon as possible.

Comment 15 Kim Bisgaard 2008-03-08 11:10:48 UTC
I can confirm that it does still NOT work with 2.0.0.12-1.fc8

Comment 16 Matěj Cepl 2008-03-10 11:28:56 UTC
Should be fixed in F9 (http://fedoraproject.org/wiki/Releases/FeatureDictionary)
and fixing this for Gecko apps is bug 218762.

Closing as DUPLICATE.

*** This bug has been marked as a duplicate of 218762 ***


Note You need to log in before you can comment on or make changes to this bug.