Init KDEDModule after kamd?

Michail Vourlakos mvourlakos at gmail.com
Fri Mar 8 20:53:31 UTC 2013


Hello everyone one question:

I want to init a kded module after kamd has completely started...
is that possible through qdbus?

I have tried :
     QDBusServiceWatcher *watcher = new 
QDBusServiceWatcher("org.kde.kactivitymanagerd",
QDBusConnection::sessionBus(),
QDBusServiceWatcher::WatchForRegistration);
     connect(watcher, SIGNAL(serviceRegistered(QString)), this, 
SLOT(managerServiceRegistered()));

if(watcher->connection().isConnected())
             init.....


but I think it is too early to use KActivities::Controller, after that 
right?....
any ideas?

Regards,
Michail


More information about the Plasma-devel mailing list