Skip to content

[kterminallauncherjob] Inherit default process environment from parent

Nicolas Fella requested to merge work/nico/term-env into master

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

Merge request reports

Loading