Skip to content

runners/services: Do not match exec values of PWAs

Alexander Lohnau requested to merge work/alex/app_exec_false-positives into master

Checking the StartupWMClass is cheap from a performance POV and avoids false positives that one might have when checking the exec for the executable name and arguments.

BUG: 460796

Merge request reports