Skip to content

Fix Open With in Filesystem view

Gary Li requested to merge li-gary/kate:fix-open-with-471060 into master

KateFileActions::showOpenWithMenu expects the desktop path to be given in the action's data as a string instead of as a StringList. This fix sets the action data to the chosen application's desktop path.

BUG: 471060

Merge request reports