From 688d7df5d21f55c309ce0b6ba9fa0aeb26ba2922 Mon Sep 17 00:00:00 2001 From: Omarchybot Date: Thu, 20 Aug 2026 10:48:47 +0200 Subject: [PATCH] Drop the Windows VM start notification (#7585) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The shell already shows a "Launching Windows…" OSD from the moment the desktop entry is activated until the RDP window appears, so the notification duplicated feedback the user is already looking at. The failure notification stays: nothing else reports a VM that never came up. --- bin/omarchy-windows-vm | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/omarchy-windows-vm b/bin/omarchy-windows-vm index 09a53702..793c1969 100755 --- a/bin/omarchy-windows-vm +++ b/bin/omarchy-windows-vm @@ -287,9 +287,6 @@ launch_windows() { if [[ $CONTAINER_STATUS != "running" ]]; then echo "Starting Windows VM..." - # Send desktop notification - omarchy-notification-send -g  "Starting Windows VM" "This can take 15-30 seconds" -t 15000 - if ! docker-compose -f "$COMPOSE_FILE" up -d 2>&1; then echo "❌ Failed to start Windows VM!" echo " Try checking: omarchy-windows-vm status"