Skip to content
Commit b525767c authored by Fabian Vogt's avatar Fabian Vogt
Browse files

startkde: Forward stdout/stderr of started processes

QProcess::start defaults to capturing all output, but that got lost as it is
never read. Set QProcess::ForwardedChannels explicitly where it was missing,
so that output ends up in the correct place again.

(cherry picked from commit d1155030)
parent 9b307559
Pipeline #141725 passed with stage
in 8 minutes and 38 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment