Am Dienstag, 19. Dezember 2006 15:59, schrieb Laurent Montel: > Hi, > I think that there is a little problem. > When we defined a kaboutdata with web site: > for example into kmid: > KAboutData *aboutdata = new KAboutData("kmid", "KMid", "2.0", > I18N_NOOP("MIDI/Karaoke file player"), KAboutData::License_GPL, > I18N_NOOP("(c) 1997,98,99,2000, Antonio Larrosa Jimenez"),"", > "http://perso.wanadoo.es/antlarr/kmid.html"); > > we parse web site address to defined the organizationDomain > > But here organizationDomain is wanadoo.es > and dbus used it for its Service name > > and we see into dbus: > es.wanadoo.kmid > => it's a big problem because if web site is changed all dbus call must be > changed. Are you looking for aboutdata->setOrganizationDomain( "kde.org" ); ? I learned that once on irc :) Friedrich