diff --git a/containmentactions/applauncher/launch.cpp b/containmentactions/applauncher/launch.cpp --- a/containmentactions/applauncher/launch.cpp +++ b/containmentactions/applauncher/launch.cpp @@ -49,7 +49,7 @@ void AppLauncher::makeMenu(QMenu *menu, const KServiceGroup::Ptr group) { - foreach (KSycocaEntry::Ptr p, group->entries(true, false, true)) { + foreach (KSycocaEntry::Ptr p, group->entries(true, true, true)) { if (p->isType(KST_KService)) { const KService::Ptr service(static_cast(p.data()));