path: qtvirtualkeyboard-opensource-src_5.15.17+dfsg-2/tests/manual/x11vkbwrapper/handleatspievents.cpp qCDebug(lcHandleAtspiEvents) << Q_FUNC_INFO; /** Check that At-spi is running */ if (KProsessIsRunning != system(QString("pidof -x %1 > /dev/null").arg(KAtspiBusLauncher).toLatin1().data()) || KProsessIsRunning != system(QString("pidof -x %1 > /dev/null").arg(KAtspiRegistryd).toLatin1().data())) { qWarning() << "One or both of the At-Spi related processes are not running."; path: qtvirtualkeyboard-opensource-src_5.15.17+dfsg-2/tests/manual/x11vkbwrapper/handleatspievents.cpp /** Check that At-spi is running */ if (KProsessIsRunning != system(QString("pidof -x %1 > /dev/null").arg(KAtspiBusLauncher).toLatin1().data()) || KProsessIsRunning != system(QString("pidof -x %1 > /dev/null").arg(KAtspiRegistryd).toLatin1().data())) { qWarning() << "One or both of the At-Spi related processes are not running."; return false;