https://bugs.kde.org/show_bug.cgi?id=423857

--- Comment #16 from David Edmundson <k...@davidedmundson.co.uk> ---
I was debugging something similar elsewhere (for something else)

There is a bug is the KIO side, but in the part that's now disabled again.

Bug is:

KStartupInfo::setupStartupEnv does "qputenv" this updates the env of the
application about to launch.

later we call

systemdprocessrunner.cpp
            { QStringLiteral("Environment"), m_process->environment() },


but m_process->environment() is just an empty array. There's some QProcess code
to say if it's empty we take the system env, which is why it normally works,
but that doesnt' help here. We need to refactor the startup env side a bit.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to