diff --git a/containments/homescreen/applicationlistmodel.cpp b/containments/homescreen/applicationlistmodel.cpp index a14adc86..2dcee31a 100644 --- a/containments/homescreen/applicationlistmodel.cpp +++ b/containments/homescreen/applicationlistmodel.cpp @@ -110,7 +110,7 @@ void ApplicationListModel::loadApplications() KService::Ptr service(static_cast(entry.data())); if (service->isApplication() && !blacklist.contains(service->desktopEntryName() + QStringLiteral(".desktop")) && - !service->showOnCurrentPlatform() && + service->showOnCurrentPlatform() && !service->property("Terminal", QVariant::Bool).toBool()) { data.name = service->name();