path: qt6-virtualkeyboard_6.9.2+dfsg-3/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: qt6-virtualkeyboard_6.9.2+dfsg-3/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;