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());
