Summary: | Debug message displayed every time JavaScript extension initiated | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED LATER | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2007-03-22 18:29:28 UTC
I can't confirm this exact bug, but instead I get the following "useful" collection of comments (with --disable-debug or with --enable-debug=no): kst: WARNING: KGenericFactory: instance requested but no instance name or about data passed to the constructor! kio (KMimeType): WARNING: KServiceType::offers : servicetype JSBindingPlugin/Binding not found kst: WARNING: addBindingsClass() KJSEmbed::KJSEmbedPart not known kst: WARNING: addBindingsClass() KJSEmbed::Bindings::Config not known kst: WARNING: addBindingsClass() KstUIMerge not known I can find most of these as kdWarning() in jsobjectproxy.cpp in kjsembed. There is nothing we can do about these. -- George Staikos KDE Developer http://www.kde.org/ Staikos Computing Services Inc. http://www.staikos.net/ Why not? (just curious).
On Wednesday 28 March 2007 6:24:51 pm George Staikos wrote:
> There is nothing we can do about these.
We don't control KJSEmbed. We don't even use our fork of it unless absolutely necessary and it's only one strange combination that triggers it. (KDE recent enough to use kjsembed but too old for our purposes) -- George Staikos KDE Developer http://www.kde.org/ Staikos Computing Services Inc. http://www.staikos.net/ Sorry, we really can't do anything here. Eventually we'll use something else which won't display these messages. For what it's worth some people might get even more warnings because of kjsembed loading plugins. |