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

KIO::CommandLauncherJob: Inherit environment variables by default

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.

Adjust for this behaviour change by explicitly inheriting the environment
from the parent, to restore useful default behaviour of CommandLauncherJob.

BUG: 470984
parent 4e426c70
Pipeline #416899 passed with stage
in 25 minutes and 15 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