Skip to content

Port to frameworks KUpdateLaunchEnvironmentJob

David Edmundson requested to merge work/d_ed/no_update_launch_job into master

Due to frameworks reasons we couldn't inherit from KJob anymore, so start plasma needed a manually made 'exec' call.

There were also some instances of the job being made on the stack which would never have worked properly.

Merge request reports