Re: KPluginLoader ==> cannot load any more object with static TLS

2012-10-30 Thread Andreas Pakulat
Hi, On Tue, Oct 30, 2012 at 10:20 PM, Stephane MANKOWSKI wrote: > I am working on Skrooge which uses plugin mechanism like this: > KPluginLoader loader(service->library()); > KPluginFactory* factory = loader.factory(); > if (factory) { > ... > } > > On kubuntu 12.04 (with KDE 4.9.1), all plugins

Nepomuk Tags kioslave - Please Review

2012-10-30 Thread Vishesh Handa
Hey everyone I recently wrote a 'tags' kio slave, which allows one to browse nepomuk tags, and the files containing those tags. It is currently in kde-runtime/nepomuk/kioslaves/tags/, in the nepomuk/tagsKioSlave branch. Could someone please review it? I would like to merge it before the hard freez

KPluginLoader ==> cannot load any more object with static TLS

2012-10-30 Thread Stephane MANKOWSKI
Hi, I am working on Skrooge which uses plugin mechanism like this: /*KPluginLoader loader(service->library());*//* *//*KPluginFactory* factory = loader.factory();*//* *//*if (factory) {*//* *//*...*//* *//*}*/ On kubuntu 12.04 (with KDE 4.9.1), all plugins were successfully loaded. On kubuntu 12