https://bugs.kde.org/show_bug.cgi?id=402192

--- Comment #6 from Andrey <butir...@gmail.com> ---
Am I understand right I can just move away desktopFile in my installation to
try, without modifying the code?:

    const QString desktopFile = installPath() +
QStringLiteral("/export/share/applications/") + appstreamId();
    const QString runservice = QStringLiteral(CMAKE_INSTALL_FULL_LIBEXECDIR_KF5
"/discover/runservice");
    if (QFile::exists(desktopFile) && QFile::exists(runservice)) {
        QProcess::startDetached(runservice, {desktopFile});
        return;
    }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to