Skip to content

systemActions: Only do prefix matches

Our search for system actions is currently inconsistent with searching for applications: While we match terms anywhere within keywords, GIO will only match at the beginning of words.

In order to get the same behavior, split keywords into single words and only match terms at the beginning of a word.

Fixes #745 (closed)

Merge request reports