SVN commit 1076311 by jacopods: If the category matches, it's not an exact match, but just a possible match M +1 -1 servicerunner.cpp --- branches/KDE/4.4/kdebase/workspace/plasma/generic/runners/services/servicerunner.cpp #1076310:1076311 @@ -192,7 +192,7 @@ continue; } Plasma::QueryMatch match(this); - match.setType(Plasma::QueryMatch::ExactMatch); + match.setType(Plasma::QueryMatch::PossibleMatch); setupMatch(service, match); qreal relevance = 0.6;