Bug 427949

Summary: switchspell plugin reads list of dictionaries from aspell when pidgin/gtkspell is actually using enchant
Product: [Fedora] Fedora Reporter: Kevin Kofler <kevin>
Component: purple-plugin_packAssignee: Ignacio Vazquez-Abrams <ivazqueznet>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://fedoraproject.org/wiki/Releases/FeatureDictionary
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-09 02:23:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kevin Kofler 2008-01-08 04:22:28 UTC
Description of problem:
The switchspell plugin in purple-plugin_pack reads its list of dictionaries 
from aspell. This is broken, because gtkspell in Rawhide is using enchant, not 
aspell.

While this specfile change:
http://cvs.fedora.redhat.com/viewcvs/rpms/purple-plugin_pack/devel/purple-plugin_pack.spec?r1=1.2&r2=1.3
(which adds a BR aspell-devel) gets the plugin to build, it is still doing the 
wrong thing. Instead, the plugin needs to be patched to obtain its list of 
dictionaries from enchant instead.

Michael Schwendt fixed a similar issue in sylpheed with this patch:
http://cvs.fedora.redhat.com/viewcvs/rpms/sylpheed/devel/sylpheed-2.4.8-enchant.patch?rev=1.2&view=markup

Version-Release number of selected component (if applicable):
purple-plugin_pack-2.2.0-3.fc9 

Additional info:
See also http://fedoraproject.org/wiki/FeatureDictionary

Comment 1 Kevin Kofler 2008-01-08 04:23:51 UTC
Oops, correct URL:
http://fedoraproject.org/wiki/Releases/FeatureDictionary

Comment 2 Ignacio Vazquez-Abrams 2008-01-08 07:50:42 UTC
Here's a first-try patch. I've asked the Abiword people if it looks sane (since
I know next-to-nothing about enchant) but no response yet.

http://ivazquez.fedorapeople.org/files/purple-plugin_pack-2.2.0-switchspell-enchant.patch

Comment 3 Ignacio Vazquez-Abrams 2008-01-09 02:23:43 UTC
Dom says it looks fine, so...