mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
Added Windows RDP session title
This commit is contained in:
parent
e99a210713
commit
358c6d24fc
@ -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.
|
||||
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user