Re: KDED module and DBus signals

2013-03-08 Thread David Edmundson
On Fri, Mar 8, 2013 at 5:33 PM, Michail Vourlakos wrote: > Yes, kded-appmenu do this: >> >> $ qdbus org.kde.kded /modules/appmenu|grep signal|wc -l >> 6 >> >> regards, >> > Perfect that worked... > > Do you know what is the best way to debug a KDEDModule? > > You can use : http://quickgit.kde.org/

Re: KDED module and DBus signals

2013-03-08 Thread Michail Vourlakos
Yes, kded-appmenu do this: $ qdbus org.kde.kded /modules/appmenu|grep signal|wc -l 6 regards, Perfect that worked... Do you know what is the best way to debug a KDEDModule? ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/ma

Re: KDED module and DBus signals

2013-03-08 Thread Cedric Bellegarde
Le vendredi 8 mars 2013 15:34:10 Michail Vourlakos a écrit : > Can aKDED module exposeDBus signals? Yes, kded-appmenu do this: $ qdbus org.kde.kded /modules/appmenu|grep signal|wc -l 6 regards, -- Cédric ___ Plasma-devel mailing list Plasma-devel@kde.

KDED module and DBus signals

2013-03-08 Thread Michail Vourlakos
Hello everyone... Can aKDED module exposeDBus signals? from: qdbus org.kde.kded /modules/. it appears that it doesnt right? the only way is to create a KUniqueApplication? If that's the case how can I set that application toload when kde starts and close itwhen kde shutdowns? Regards, M