D29506: rejigger lookup of services by exec

2020-05-13 Thread Harald Sitter
sitter updated this revision to Diff 82731. sitter added a comment. s/%5/%4 REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D29506?vs=82197&id=82731 BRANCH master REVISION DETAIL https://phabricator.kde.org/D29506 AFFECTED FILES runners/serv

D29506: rejigger lookup of services by exec

2020-05-07 Thread Anthony Fieroni
anthonyfieroni added inline comments. INLINE COMMENTS > servicerunner.cpp:164 > > -QString finalQuery = QStringLiteral("exist Exec and ( (%1) or (%2) > or (%3) or ('%4' ~~ Exec) or (%5) )") > -.arg(keywordTemplate, genericNameTemplate, nameTemplate, > strList[0].toString()

D29506: rejigger lookup of services by exec

2020-05-07 Thread Harald Sitter
sitter created this revision. sitter added a reviewer: broulik. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. sitter requested review of this revision. REVISION SUMMARY previously we'd simply query for an Exec that contains the primary query word. that is actually fa