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 1874

Summary: tderadio run-time bugs
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:
Attachments: krash backtrace when exiting tderadio

Description Darrell 2014-01-26 00:21:18 CST
Created attachment 1892 [details]
krash backtrace when exiting tderadio

Ensure $TDEHOME/share/apps/tderadio and $TDEHOME/share/config/tderadiorc do not exist.

* Start tderadio.
* Accept all defaults.
* Quit tderadio (Select the Exit button or use the system tray icon.).

* Open konsole.
* Start tderadio.

An error dialog appears that opening presets failed. (Why aren't the global presets being used?)

Next look at the konsole output. There is a message about failing to find:

/opt/kde3/lib/kde3/plugins/integration/liblibqtkde.so

There is a libqtkde.so installed by tdebase. I have no idea from where the hard-coded "/opt/kde3" is derived. There is nothing like that in the tderadio sources. I do not find any such reference in the configure log. My build script uses the standard configuration locations:

--with-qt-dir=${QTDIR} \
--with-qt-includes=${QT_INCLUDE_DIR} \
--with-qt-libraries=${QT_LIB_DIR} \


Next open the system tray icon popup menu. There is no Help option.

Several times while testing the app crashed when exiting. A kcrash backtrace is attached.

I do not have a radio card installed, but none of these errors should happen with or without a radio card.