diff --git a/runners/services/servicerunner.cpp b/runners/services/servicerunner.cpp --- a/runners/services/servicerunner.cpp +++ b/runners/services/servicerunner.cpp @@ -121,7 +121,7 @@ foreach (const KService::Ptr &service, services) { qCDebug(RUNNER_SERVICES) << service->name() << "is an exact match!" << service->storageId() << service->exec(); - if (service->noDisplay() || service->property(QStringLiteral("NotShowIn"), QVariant::String) == "KDE") { + if (service->noDisplay()) { continue; } Plasma::QueryMatch match(m_runner);