From b3969aa3b7b6d2d1867a48b7ba15ee7d0c05d490 Mon Sep 17 00:00:00 2001 From: Sears Schulz <36250748+sears-s@users.noreply.github.com> Date: Fri, 23 May 2025 21:50:50 -0500 Subject: [PATCH] More descriptive message for EC_NOT_EXIST --- bin/winapps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/winapps b/bin/winapps index b35305b..0941ad9 100755 --- a/bin/winapps +++ b/bin/winapps @@ -124,7 +124,7 @@ Please run: ;; "$EC_NOT_EXIST") dprint "ERROR: WINDOWS NONEXISTENT. EXITING." - notify-send --expire-time=8000 --icon="dialog-error" --app-name="WinApps" --urgency="low" "WinApps" "Windows does not exist." + notify-send --expire-time=8000 --icon="dialog-error" --app-name="WinApps" --urgency="low" "WinApps" "Windows VM named '${VM_NAME}' does not exist." ;; "$EC_UNKNOWN") dprint "ERROR: UNKNOWN CONTAINER ERROR. EXITING."