From 87fafe901ed0da85884982f9b8a5d9d3063cbc73 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Mon, 16 Jun 2025 20:24:54 -0700 Subject: [PATCH] Medley script currently forces -vnc when using WSL1. This PR removes this infelicity. (#2180) IMedley script currently forces -vnc when using WSL1. This PR removes this infelicity. (#2180) --- 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 70a659b0..544b9cec 100755 --- a/scripts/medley/medley.command +++ b/scripts/medley/medley.command @@ -1008,12 +1008,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 2c3ec04d..8920aa06 100755 --- a/scripts/medley/medley_args.sh +++ b/scripts/medley/medley_args.sh @@ -416,9 +416,3 @@ do shift done -# if running on WSL1, force use_vnc -if [ "${wsl}" = true ] && [ "${wsl_ver}" -eq 1 ] -then - use_vnc=true -fi -