Skip to content

Fix loading desktopfile-based service actions

Nicolas Fella requested to merge work/nico/fix-it into master

The code before 0eb24754 would check

if (isBuiltin || !serviceAction.noDisplay())

with the latter part getting lost in the change. This results in olny builtin actions getting picked. Since the assumption seems to be that actions are never noDisplay we can drop the entire check

BUG: 477315

Merge request reports