From 358c6d24fc152aa6972c04ef11bacb2f503ef555 Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Mon, 22 Jul 2024 21:40:48 +1000 Subject: [PATCH] Added Windows RDP session title --- bin/winapps | 1 + installer.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/winapps b/bin/winapps index 900538c..07cff0d 100755 --- a/bin/winapps +++ b/bin/winapps @@ -312,6 +312,7 @@ function waRunCommand() { +home-drive \ /audio-mode:1 \ /wm-class:"Microsoft Windows" \ + /t:"Windows RDP Session [$RDP_IP]" \ /v:"$RDP_IP" &>/dev/null & elif [ "$1" = "manual" ]; then # Open specified application. diff --git a/installer.sh b/installer.sh index 98468ad..6d6c081 100755 --- a/installer.sh +++ b/installer.sh @@ -1545,7 +1545,7 @@ function waUninstall() { # Print caveats. echo -e "\n${INFO_TEXT}Please note your WinApps configuration folder was not removed.${CLEAR_TEXT}" echo -e "${INFO_TEXT}You can remove this manually by running:${CLEAR_TEXT}" - echo -e "${COMMAND_TEXT}rm $(dirname "$CONFIG_PATH")${CLEAR_TEXT}\n" + echo -e "${COMMAND_TEXT}rm -r $(dirname "$CONFIG_PATH")${CLEAR_TEXT}\n" # Print feedback. echo -e "${SUCCESS_TEXT}UNINSTALLATION COMPLETE.${CLEAR_TEXT}"