Re: KPluginSelector: Problems with the configCommitted() signal

2011-10-04 Thread José Expósito
> it seems that this signal is only emitted if there is a X-KDE-ParentComponents > in the module's .desktop file. from kpluginselector.cpp: Hi Aaron, thank you very much for your help! But I can not solve the problem... I'm checking the KRunner code, and this is their desktop file: > [Desktop Ent

Re: KPluginSelector: Problems with the configCommitted() signal

2011-09-30 Thread Aaron J. Seigo
On Thursday, September 29, 2011 21:45:54 José Expósito wrote: > is save in disk... But I'm stucked because the configuration is > correctly saved on disk, but the signal is never emmited :S it seems that this signal is only emitted if there is a X-KDE-ParentComponents in the module's .desktop file

KPluginSelector: Problems with the configCommitted() signal

2011-09-29 Thread José Expósito
Hello list!! I have a (probably very very simple) problem with the KPluginSelector class. As I see in the documentation the configCommitted() signal must be sent whenever the configuration is save in disk... But I'm