Skip to content

KDisplayManager: Work without $DISPLAY set

Fabian Vogt requested to merge work/kdmwayland5.19 into Plasma/5.19

In a Plasma Wayland session, kscreenlocker_greet is started by kwin_wayland, so it doesn't inherit $DISPLAY currently. Additionally, there might not even be an Xwayland instance running.

Remove the only non-optional use of $DISPLAY and drop the requirement.

Merge request reports