Skip to content

[startplasma] Do not call QProcess::close() before QProcess::terminate()

Eugene Popov requested to merge epopov/plasma-workspace:bug97716 into master

Calling QProcess::close() before QProcess::terminate() will cause the process to be killed before we try to terminate it.

BUG: 97716

Merge request reports