Diffusion KIO 75e2624d4901

Add KIO::CommandLauncherJob to replace KRun::runCommand

Authored by dfaure on Mar 24 2020, 10:17 PM.

Description

Add KIO::CommandLauncherJob to replace KRun::runCommand

Summary:

  • Ported runCommand to CommandLauncherJob
  • Added a unittest

I'll try to port all users away from runCommand before deprecating
it, once apps can depend on KF 5.69.

Test Plan:
Test passes. I'll now test the code where dolphin start kompare
usin runCommand.

Reviewers: apol, davidedmundson, nicolasfella, vkrause, broulik

Reviewed By: davidedmundson

Subscribers: ahmadsamir, kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D28201

Details