SVN commit 1020928 by ivan: Fixed Bug:206338 M +6 -0 contextmenufactory.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/kickoff/ui/contextmenufactory.cpp #1020927:1020928 @@ -127,6 +127,12 @@ } else { return; } + + KService::Ptr service = KService::serviceByStorageId(url); + + url = service->entryPath(); + + qDebug() << "ContextMenuFactory::showContextMenu: " << "KRunner service runner: " << url; } qDebug() << "ContextMenuFactory::showContextMenu: " << url;