By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1982

Summary: [stdout/stderr] KThesaurus: TQTextBrowser: no mimesource
Product: TDE Reporter: Darrell <darrella>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: normal CC: bugwatch
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Darrell 2014-02-28 21:39:30 CST
To invoke the messages:

* Ensure the WordNet package is installed (should be available from the distro repository.
* From konsole start kthesaurus.
* In the default Thesaurus tab, enter a word to search, such as 'help'.
* Wait for the results.
* Select the WordNet tab.
* Scroll through the result pane.
* Look for hyperlinked words. In the case of searching for 'help', the word 'support' should appear as underlined.
* Select the underlined word.
* In konsole notice the stderr output.

The message is derived from dependencies/tqt3/src/widgets/qtextbrowser.cpp and dependencies/tqt3/src/kernel/qrichtext.cpp (twice), although in this instance qrichtext.cpp seems to be the source.

Calling TQTextBrowser is done from koffice/tools/thesaurus//main.cc.

There are comments in main.cc that at one time somebody started to fix the messages.