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

--- Comment #1 from Nate Graham <n...@kde.org> ---
When clicked, Discover's notifier runs an ApplicationLauncherJob:

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

Clicking on it when Discover is already open causes Discover's Task Manager
entry to turn orange, so clearly the job or something underneath it knows that
there's an existing instance already open.

I wonder if this is a case of KWin inappropriately preventing the application
from coming to the front.

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

Reply via email to