https://bugs.kde.org/show_bug.cgi?id=447203
--- Comment #3 from Nate Graham <n...@kde.org> --- This is pretty much what you'd need to change: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/startkde/startplasma-wayland.cpp#L47 Inside queryAndSet, you'd check to see if the value of `var` is already set using `qgetenv()`; if it is, skip the `qputenv()` function call. -- You are receiving this mail because: You are watching all bug changes.