dbus+Service name+error
Friedrich W. H. Kossebau
friedrich.w.h at kossebau.de
Tue Dec 19 17:22:01 GMT 2006
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
More information about the kde-core-devel
mailing list