From 5534e85a129b73506eff24bc57d91527856e6a44 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Tue, 3 Jun 2025 20:03:50 -0700 Subject: [PATCH] IN medley script, remove forcing wsl1 to use vnc --- scripts/medley/medley.command | 6 ------ scripts/medley/medley_args.sh | 6 ------ 2 files changed, 12 deletions(-) diff --git a/scripts/medley/medley.command b/scripts/medley/medley.command index 28ce293f7..d3b3ab681 100755 --- a/scripts/medley/medley.command +++ b/scripts/medley/medley.command @@ -1002,12 +1002,6 @@ do shift done -# if running on WSL1, force use_vnc -if [ "${wsl}" = true ] && [ "${wsl_ver}" -eq 1 ] -then - use_vnc=true -fi - # Process run_id # if it doesn't end in #, make sure that there is not another instance currently running with this same id diff --git a/scripts/medley/medley_args.sh b/scripts/medley/medley_args.sh index eac7baa0e..4d4505c27 100755 --- a/scripts/medley/medley_args.sh +++ b/scripts/medley/medley_args.sh @@ -412,9 +412,3 @@ do shift done -# if running on WSL1, force use_vnc -if [ "${wsl}" = true ] && [ "${wsl_ver}" -eq 1 ] -then - use_vnc=true -fi -