On Monday 24 August 2015 10:00:43 Martin Gräßlin wrote:
> Am 2015-08-24 01:03, schrieb Kevin Funk:
> > Right now whenever I start kdevelop I get the following daemons up and
> > running
> > on Windows:
> > - dbus-daemon
> > - kded5
> > - kglobalaccel5
> > - kioslave
> > - klauncher
> 
> KGlobalAccel should only be started if there is something trying to
> interact with KGlobalAccel (it's dbus activated). A git grep in kdevelop
> doesn't show it to be used. So I assume it might be a kdevelop-plugin or
> maybe a kded module? In general I think there shouldn't be a reason for
> kglobalaccel to be started in the case of kdevelop. That certainly
> sounds wrong.

I think that kglobalaccel5 is invoked as soon as KXmlGui gets involved (which 
KDevelop makes use of).

Code in kxmlgui.git somewhat agrees: There are references to 
KGlobalAccel::self() in, which will initialize KGlobalAccel which in turn 
starts the kglobalaccel5 daemon (right?). Looks like that is only being done 
if *global* shortcuts are involved, but I'm not sure whether I'm "free" of 
global shortcuts...

> Cheers
> Martin

-- 
Kevin Funk | kf...@kde.org | http://kfunk.org

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to