Hi,<br><br>Adapting more *.desktop files (now on kdepim) I see that on this module this is pretty common. For example, note that:<br><br>kcm_kleopatra.so provides 3 entry points to the library:<br>   - kleopatra_config_appear
<br>   - kleopatra_config_dnorder<br>   - kleopatra_config_dirserv<br><br>kcm_kmail.so provides 6 entry points to the library:<br>   - kmail_config_misc<br>   - kmail_config_composer<br>   - kmail_config_identity<br>   - kmail_config_appearance
<br>   - kmail_config_security<br>   - kmail_config_accounts<br><br>kcm_knode.so provides 7 entry points to the library:<br>   - knode_config_identity<br>   - knode_config_accounts<br>   - knode_config_read_news<br>   - knode_config_privacy
<br>   - knode_config_cleanup<br>   - knode_config_appearance<br>   - knode_config_post_news<br><br>kcm_korganizer.so provides 9 entry points to the library:<br>   - korganizerconfigplugins<br>   - korganizerconfigtime<br>
   - korganizerconfiggroupscheduling<br>   - korganizerconfigfreebusy<br>   - korgdesignerfields<br>   - korganizerconfiggroupautomation<br>   - korganizerconfigviews<br>   - korganizerconfigmain<br>   - korganizerconfigcolorsandfonts
<br><br>This is only for kdepim. I've cleaned up almost everything (well some help from apaku on kdewebdev and kdevelop :).<br><br>This is just for pointing out that it would be interesting to keep the ability for libraries providing more than one service (well in this case, the problem didn't appear because those libraries are ONLY providing KCModules, so the library itself starts with "kcm_" and everything works fine).
<br><br>It would be nice if the support for this comes from Qt, but if not, we could have something as we do right now on our libraries.<br><br><br>Cheers,<br>Rafael Fernández López.<br>