<div class="gmail_quote">2010/2/14 Oswald Buddenhagen <span dir="ltr"><<a href="mailto:ossi@kde.org">ossi@kde.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sat, Feb 13, 2010 at 11:16:51PM -0500, Andriy Rysin wrote:<br>
> it'll will have to know about all of them to send the message out.<br>
><br>
</div>why? a signal is undirected. just look how "everything else" does it.<br>
stlye kcm comes to mind.<br></blockquote><div>true,  looked at those files before but I guess I just read it wrong, thanks<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
it needs to be done Right (TM).<br></blockquote><div>isn't it a true statement for everything? ;)<br><br>Got three more questions though: </div></div><br>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?<br>
<br>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 ?<br>
<br>3) is there an easy way to get translated language name by iso639-2 code (the 3 letter one)?<br><br>Thanks,<br>Andriy<br><br>