Bug 185792

Summary: Spell checking support is broken.
Product: [Fedora] Fedora Reporter: Brian Pepple <bdpepple>
Component: libsexyAssignee: Ignacio Vazquez-Abrams <ivazqueznet>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-19 17:40:14 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 Brian Pepple 2006-03-18 05:40:54 UTC
Description of problem:  libsexy's spell checking support isn't working.


Version-Release number of selected component (if applicable):
libsexy-0.1.7-1.fc5

How reproducible: Always


Steps to Reproduce:
1. Use an app that uses libsexy spell-checking entry widget (xchat-gnome, for
instance)
2. Misspell a word in the widget
  
Actual results:  Nothing happens


Expected results: It underlines the misspelled word.


Additional info:  This was broken back in 0.1.5.  The enchant dependency was
made into a run-time dependency, instead of a compile dependency.  So, this
means that the BR on enchant-devel can be dropped, and just a add a requires on
enchant.

In addition, sexy-spell-entry.c is going to need to be patched to look for the
correct share-object file in the initialize_enchant() call.

Comment 1 Brian Pepple 2006-03-18 05:53:45 UTC
Actually, looking at it a little closer, you need to add a Requires on
enchant-devel and it should fix it without having to patch libsexy.

Comment 2 Ignacio Vazquez-Abrams 2006-03-19 17:10:43 UTC
Upstream put out a new version which should solve this. Please give the new
package a try.

Comment 3 Brian Pepple 2006-03-19 17:40:14 UTC
Yeah, I talked w/Christian, and this fixes the problem.  Closing bug.