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) {
