Skip to content
Commit 6e7775d3 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

[kterminallauncherjob] Inherit default process environment from parent

Before Qt 6.3, an empty (default constructed) QProcessEnvironment caused
QProcess to incorrectly inherit the environment variables from the parent
process. This was fixed in qtbase 5fc9c02a695.

CommandLauncherJob was adjusted for this in 91698494,
however here we are overriding its default env with our own default-constructed one

BUG: 482107
parent 75d96db7
Pipeline #622041 passed with stage
in 10 minutes and 29 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