Re: removing dependencies from kactivitymanagerd

2011-10-05 Thread Aaron J. Seigo
On Wednesday, October 5, 2011 12:49:58 Ivan Čukić wrote: > > i really recommend KDBusService. > > Ok, so that means this will be a brang of kamd for kf5? no, i don't think we need that. for now we can copy that one class into a frameworks/ folder and then when we port this to f5, we can git rid

Re: removing dependencies from kactivitymanagerd

2011-10-05 Thread Ivan Čukić
> i really recommend KDBusService. Ok, so that means this will be a brang of kamd for kf5? ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: removing dependencies from kactivitymanagerd

2011-10-05 Thread Aaron J. Seigo
On Tuesday, October 4, 2011 18:29:33 Ivan Cukic wrote: > General question - do you want to create a fw5 branch or something like > that? > > Aaron > > > KUniqueApplication: this lives in kdeui ... just to provide a way to > > have only one instance of the app. ugh. in Frameworks there is libkdbus

Re: removing dependencies from kactivitymanagerd

2011-10-04 Thread Kevin Ottens
On Tuesday 04 October 2011 18:29:33 Ivan Cukic wrote: > Do we even need KDBusService? Just a check of > QDBusConnectionInterface::isServiceRegistered can be used for this. Well, you need to add the fact that you also have to verify the connection to the bus to trigger it if necessary, register the

Re: removing dependencies from kactivitymanagerd

2011-10-04 Thread Ivan Cukic
> Given the low interest of other window managers to collaborate recently, > I doubt that. But do we care, if not? I don't know really. Sometimes I want to say "hey, this is a hard dep, deal with it", but then I see people who use rather quirky setups. But, yeah, we can do it kwin only, and if

Re: Re: removing dependencies from kactivitymanagerd

2011-10-04 Thread Martin Gräßlin
On Tuesday 04 October 2011 18:29:33 Ivan Cukic wrote: > General question - do you want to create a fw5 branch or something like > that? > > Aaron > > KUniqueApplication: this lives in kdeui ... just to provide a way to > > have only one instance of the app. ugh. in Frameworks there is libkdbus >

Re: removing dependencies from kactivitymanagerd

2011-10-04 Thread Ivan Cukic
General question - do you want to create a fw5 branch or something like that? Aaron > KUniqueApplication: this lives in kdeui ... just to provide a way to > have only one instance of the app. ugh. in Frameworks there is libkdbus > which has a KDBusService which provides the same capabilities. por

Re: removing dependencies from kactivitymanagerd

2011-10-04 Thread Martin Gräßlin
On Tuesday 04 October 2011 16:33:03 Aaron J. Seigo wrote: > hi all... > > i experimented a bit this morning with cutting the fat from > kactivitymanagerd. > in particular i focussed on the following. > > KUniqueApplication: this lives in kdeui ... just to provide a way to have > only > one in

removing dependencies from kactivitymanagerd

2011-10-04 Thread Aaron J. Seigo
hi all... i experimented a bit this morning with cutting the fat from kactivitymanagerd. in particular i focussed on the following. KUniqueApplication: this lives in kdeui ... just to provide a way to have only one instance of the app. ugh. in Frameworks there is libkdbus which has a KDBusServ