Skip to content

runners/recentdocuments: Only match files from kactivities and not other entries

Alexander Lohnau requested to merge work/alex/false_positives_recent_docs into master

This would for example cause application:<some file>.desktop entries to show up. To avoid this, we have to ensure that our query starts with a /. After that, we allow any folder name and then any string that contains the given term.

CCBUG: 461006 BUG: 461531

Merge request reports