Skip to content

wayland: pass some environment variables through args

Oxalica -- requested to merge oxalica/kwin:master into master

ld.so(8) will strip some variables including TMPDIR and TZDIR, when executing kwin_wayland since it is conferred capabilities. We should recover them for downstream applications (typically plasmashell).

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

Merge request reports