wslg check should do && actually
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
202085858b
commit
bcc99b00ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue