DBus runner servicename wildcard support

Authored by davidedmundson on Apr 11 2018, 10:38 AM.

Description

DBus runner servicename wildcard support

Summary:
A requested feature was to allow a runner to query N services for
results. i.e search through of all any konsole sessions.

Users can now set in the desktop file service=org.whatever.* and all
running services that match that name are queried for actions and
matching results. Only the service that provided the match will have
relevant "Run" method invoked.

Test Plan: Updated unit test

Reviewers: broulik

Reviewed By: broulik

Subscribers: broulik, Frameworks

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D11513

Details