Skip to content

Let the processStartupEnvironment inherit from KWin by default

David Redondo requested to merge work/davidre/systemenv into master

Before 885e9acb Application:: processStartupEnvironment() returned QProcessEnvironment::systemEnvironment() which means the current environment of KWin when this function was called. By setting InheritFromParent we can replciate this behavior. This fixes KWin starting processes with this environment on X11, Wayland behavior is unchanged.

Merge request reports