Bugzilla – Attachment #104621: /work/SRC/all/KDE/arts/arts-start-on-demand.diff for bug #178930
string ObjectManager::getGlobalReference(const string& name)
{
static bool started_arts = false;
if (!started_arts)
system("kcminit arts");
started_arts = true;
}
return Dispatcher::the()->globalComm().get(name);