Re: KDEDModule help

2012-06-15 Thread Daniel Nicoletti
2012/6/15 Luca Ferrari : > What does it mean that I would have to port each client if moving away > from kded? Mean each cliend of that interface having to rename it's access from "org.kde.kded" to "org,kde.MyNewHelperInterface" > Uhm...I'd like to have an object working as "storage" and thus ab

Re: KDEDModule help

2012-06-14 Thread Luca Ferrari
Hi, thank for the answer but it is still confuse in my mind On Thu, Jun 14, 2012 at 6:19 PM, Daniel Nicoletti wrote: > Well from what you described what I would do is first not try to register > a service "org.kde.kded", because I don't know if it will allow if kded > already > has that regi

Re: KDEDModule help

2012-06-14 Thread Daniel Nicoletti
2012/6/14 Luca Ferrari : > Hi all, > I need to keep a consistent state among different kioslave instances, > so as pointed out in this mailing list, I'm going to do this via KDED. >  The problem is that I don't have fully understood how this works, so > I'm going to describe what I have so far and

KDEDModule help

2012-06-14 Thread Luca Ferrari
Hi all, I need to keep a consistent state among different kioslave instances, so as pointed out in this mailing list, I'm going to do this via KDED. The problem is that I don't have fully understood how this works, so I'm going to describe what I have so far and please give me advices. I need to k