Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
-
131901
Description
A relatively common way to call a subprocess is to communicate with it over stdin/stdout and leave stderr untouched (to have it at the console/in .xsession-errors). unfortunately, this is currently not supported by QProcess. therefore it suggest adding a new ForwardStandardError channel mode. For symmetry, ForwardStandardOutput could be added as well.