| 8 Jul 2025 |
jonhermansen | unsetting DISPLAY will prevent Xwayland from being used | 01:02:15 |
jonhermansen | Maybe DISPLAY= wine or run export DISPLAY=; lutris in your terminal . Wine did have a feature toggle when the Wayland changes first landed... | 01:02:58 |
Charles | technically that doesn't unset display, it just sets it to empty string, you want env -u DISPLAY command to unset it, and i asked about proton, not wine | 01:04:56 |
Charles | i had tried env -u DISPLAY %command% in steam before (and again just now) and that doesn't work | 01:06:18 |
colemickens | I use Proton EM with, env PROTON_USE_WAYLAND=1 PROTON_ENABLE_WAYLAND=1 %command% (you only need one of the env vars, either of both should work) | 01:06:39 |