https://bugs.kde.org/show_bug.cgi?id=470984
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/9169849 | |40f64e07db9b4d152be9f2a87dd | |a0cfb4 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Fabian Vogt <fab...@ritter-vogt.de> --- Git commit 916984940f64e07db9b4d152be9f2a87dda0cfb4 by Fabian Vogt. Committed on 13/06/2023 at 18:35. Pushed by fvogt into branch 'master'. 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. M +1 -1 src/gui/commandlauncherjob.cpp https://invent.kde.org/frameworks/kio/-/commit/916984940f64e07db9b4d152be9f2a87dda0cfb4 -- You are receiving this mail because: You are watching all bug changes.