Bugzilla – Attachment #135201: arts patch for bug #178930
string ObjectManager::getGlobalReference(const string& name)
{
static bool started_arts = false;
if (!started_arts)
system("arts-start");
started_arts = true;
}
return Dispatcher::the()->globalComm().get(name);