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
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to