Skip to content

Fix desktop actions for recently used applications

Alexander Lohnau requested to merge work/alex/fix_history_actions into Plasma/5.19

This fixes BUG 420511.

The problem was that the argument which contains the command that the desktop action should execute was interpreted as an url.

Screenshot_20200611_142443

With this MR the desktop actions are handled as an extra case, like in AppEntry::run (line 229).

Edited by Alexander Lohnau

Merge request reports