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

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WAITINGFORINFO              |---
                 CC|                            |nicolas.fe...@gmx.de
            Summary|Nothing happens after click |Nothing happens after
                   |on the update notifier      |clicking on the update
                   |                            |notifier
             Status|NEEDSINFO                   |REPORTED

--- Comment #9 from Nate Graham <n...@kde.org> ---
All right, thanks.

Well, I'm stumped. These exact lines of code in DiscoverNotifier.cpp are what's
failing for Patrick (Neon Unstable), but they work for me (Self-compiled
Discover on Fedora 38):


    auto *job = new KIO::CommandLauncherJob(QStringLiteral("plasma-discover"),
{QStringLiteral("--mode"), QStringLiteral("update")});
    job->setUiDelegate(new
KNotificationJobUiDelegate(KJobUiDelegate::AutoErrorHandlingEnabled));
    job->setDesktopName(QStringLiteral("org.kde.discover"));
    job->setStartupId(xdgActivationToken.toUtf8());
    job->start();

    auto *job = new
KIO::ApplicationLauncherJob(KService::serviceByDesktopName(QStringLiteral("org.kde.discover")));
    job->setStartupId(xdgActivationToken.toUtf8());
    job->setUiDelegate(new
KNotificationJobUiDelegate(KJobUiDelegate::AutoErrorHandlingEnabled));
    job->start();


Any ideas how to proceed here, Nico?

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

Reply via email to