Skip to content

xwayland: Improve handling of Xwayland restarts

At the moment, the display name might change between Xwayland restarts. It is a problem because the session process (plasma) may have an outdated value of the DISPLAY environment variable after a restart.

With this change, it is guaranteed that the DISPLAY and the Xauthority file stay the same until the server is stopped explicitly.

Merge request reports