I'm starting to recognize this pattern....try
grepping for
/kde in your XDG directories (that means your system XDG directory as
well as your profile and the XDG directories under the TDE prefix).
I suspect you will run across at least one .desktop file that contains the
string.
Could this be the problem?
In tdebase/konqueror/konq_mainwindow:3878
m_configureModules << "kde-filebehavior.desktop" <<
"kde-fileappearance.desktop" <<
"kde-filepreviews.desktop" << "kde-filetypes.desktop"
<<
"kde-khtml_behavior.desktop" <<
"kde-khtml_java_js.desktop" <<
"kde-khtml_filter.desktop" <<
"kde-khtml_fonts.desktop" << "kde-ebrowsing.desktop"
<<
"kde-kcmhistory.desktop" << "kde-cookies.desktop"
<<
"kde-cache.desktop" << "kde-proxy.desktop" <<
"kde-kcmcss.desktop" <<
"kde-crypto.desktop" << "kde-useragent.desktop" <<
"kde-khtml_plugins.desktop" <<
"kde-kcmkonqyperformance.desktop";
Perhaps change the "kde-" prefix to "tde-"?
I'm rebuilding now with a patch....
Darrell