wslg check should do && actually
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-09-26 17:11:08 -07:00
commit bcc99b00ba

View file

@ -2010,7 +2010,7 @@ static int MwLLWaylandCallInitImpl(void) {
loadWayland |= (getenv("WAYLAND_DISPLAY") != NULL);
}
if((getenv("WSLENV") || getenv("WSL_DISTRO_NAME")) && (!getenv("WESTON_CONFIG_FILE") || !getenv("MW_WSL_WAYLAND_FORCEFULLY_ENABLE"))) {
if((getenv("WSLENV") || getenv("WSL_DISTRO_NAME")) && (!getenv("WESTON_CONFIG_FILE") && !getenv("MW_WSL_WAYLAND_FORCEFULLY_ENABLE"))) {
printf(
"!!!!! Milsko's Wayland backend has known issues under Microsoft's WSLg !!!!!\n"
"!!!!! (the default method of running GUI apps) that we're not fixing !!!!!\n"