Skip to content
  • Adriaan de Groot's avatar
    Use execvp() instead of execvpe() · 002d4737
    Adriaan de Groot authored
    Nothing here changes environ directly, and we're not interested
    in passing a specific custom environment to kwin_wayland, so
    don't use the (Linux-only) execvpe() for passing environment.
    002d4737