KSharedConfig inter-process change notification?

Andriy Rysin arysin at gmail.com
Sun Feb 14 23:19:22 GMT 2010


2010/2/14 Oswald Buddenhagen <ossi at kde.org>

> On Sat, Feb 13, 2010 at 11:16:51PM -0500, Andriy Rysin wrote:
> > it'll will have to know about all of them to send the message out.
> >
> why? a signal is undirected. just look how "everything else" does it.
> stlye kcm comes to mind.
>
true,  looked at those files before but I guess I just read it wrong, thanks

it needs to be done Right (TM).
>
isn't it a true statement for everything? ;)

Got three more questions though:

1) I need to merge kcm UI for keyboard hardware and layouts with them split
in tabs: Hardware, Layouts, Advanced, but I want the entry points to be the
same, so when the user clicks on Keyboard it'll go to tab 1 and when he/she
clicks on Regional/Layouts it opens same module but goes to tab 2 (Advanced
logically belongs to both). I could not find any nice way to pass that
parameter via desktop file (or command line) to KCModule class. Is there a
way to do that without duplicating the whole binary kcm module?

2) I need to start kded daemon for layout management, one of its functions
is to reconfigure layouts when keyboard is hotplugged, is there advantage of
still having kcminit module or shall I just do everything in kded ?

3) is there an easy way to get translated language name by iso639-2 code
(the 3 letter one)?

Thanks,
Andriy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20100214/c583310c/attachment.htm>


More information about the kde-core-devel mailing list