Let the processStartupEnvironment inherit from KWin by default
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.