Re: Re: kdetv doesn't load plugins

Dirk Ziegelmeier <[email protected]> Mon, 17 Jan 2005 21:09:14 +0100
Newsgroups gmane.comp.kde.kwintv
Message-ID <[email protected]>
On Friday 07 January 2005 08:33, Indy500 wrote:
> Hi
> The entry "X-Kdetv-Plugin-Version=1" in the .desktops is in but there is
> only one entry in kdetvplugin.desktop regarding type definition.
Hm. Can somebody else please tell me whether kdetv works on his machine? I 
don't want to release 0.8.5 when the plugins don't load on most systems... 

Can you try replacing all occurences of:

KTrader::self()->query(QString::fromLatin1("kdetv Video Source"),
QString("[X-Kdetv-Plugin-Version] == %1" ).arg(KDETV_PLUGIN_VERSION));

by 

KTrader::self()->query(QString::fromLatin1("kdetv Video Source"));

and tell me whether this works?

Dirk