path: kpipewire_6.5.4-1/src/monitors/autotests/mediamonitortest.cpp QProcess pidof; pidof.start(QStringLiteral("pidof"), {QStringLiteral("pipewire")}); pidof.waitForFinished(); if (QString::fromUtf8(pidof.readAllStandardOutput()).toInt() == 0) { pipewire.start(QStringLiteral("pipewire")); path: kpipewire_6.5.4-1/src/monitors/autotests/mediamonitortest.cpp pidof.start(QStringLiteral("pidof"), {QStringLiteral("pipewire")}); pidof.waitForFinished(); if (QString::fromUtf8(pidof.readAllStandardOutput()).toInt() == 0) { pipewire.start(QStringLiteral("pipewire")); QVERIFY2(pipewire.waitForStarted(), pipewire.readAllStandardError().constData()); path: kpipewire_6.5.4-1/src/monitors/autotests/mediamonitortest.cpp QProcess pidof; pidof.start(QStringLiteral("pidof"), {QStringLiteral("pipewire")}); pidof.waitForFinished(); if (QString::fromUtf8(pidof.readAllStandardOutput()).toInt() == 0) { path: kpipewire_6.5.4-1/src/monitors/autotests/mediamonitortest.cpp }); QProcess pidof; pidof.start(QStringLiteral("pidof"), {QStringLiteral("pipewire")}); pidof.waitForFinished();