diff --git a/.license-tools-config.json b/.license-tools-config.json index f77419d..c361afa 100644 --- a/.license-tools-config.json +++ b/.license-tools-config.json @@ -14,7 +14,7 @@ "^\\.[^/]+", "/\\.[^/]+", "^(.+)\\.(md|svg|png|reg|gif)", - "^fonts(/.*)?", + "^(fonts|WinApps-Launcher)(/.*)?", "apps/access/info", "apps/access-o365-x86/info", "apps/access-x86/info", diff --git a/README.md b/README.md index d3ce969..17823ce 100644 --- a/README.md +++ b/README.md @@ -365,9 +365,9 @@ WAFLAVOR="docker" RDP_SCALE="100" # [ADDITIONAL FREERDP FLAGS & ARGUMENTS] -# DEFAULT VALUE: '' (BLANK) +# DEFAULT VALUE: '/cert:tofu /sound /microphone' # VALID VALUES: See https://github.com/awakecoding/FreeRDP-Manuals/blob/master/User/FreeRDP-User-Manual.markdown -RDP_FLAGS="" +RDP_FLAGS="/cert:tofu /sound /microphone" # [MULTIPLE MONITORS] # NOTES: diff --git a/bin/winapps b/bin/winapps index 0badfe8..3030aff 100755 --- a/bin/winapps +++ b/bin/winapps @@ -521,8 +521,8 @@ function waRunCommand() { +dynamic-resolution \ +auto-reconnect \ +home-drive \ - /sound \ - /microphone \ + +clipboard \ + -wallpaper \ /wm-class:"Microsoft Windows" \ /t:"Windows RDP Session [$RDP_IP]" \ /v:"$RDP_IP" &>/dev/null & @@ -533,18 +533,15 @@ function waRunCommand() { # Open specified application. dprint "MANUAL: ${2}" $FREERDP_COMMAND \ - /cert:tofu \ /d:"$RDP_DOMAIN" \ /u:"$RDP_USER" \ /p:"$RDP_PASS" \ /scale:"$RDP_SCALE" \ - +auto-reconnect \ - +clipboard \ - +home-drive \ - /sound \ - /microphone \ - -wallpaper \ +dynamic-resolution \ + +auto-reconnect \ + +home-drive \ + +clipboard \ + -wallpaper \ "$MULTI_FLAG" \ /app:program:"$2" \ /v:"$RDP_IP" &>/dev/null & @@ -577,13 +574,11 @@ function waRunCommand() { /u:"$RDP_USER" \ /p:"$RDP_PASS" \ /scale:"$RDP_SCALE" \ - +auto-reconnect \ - +clipboard \ - +home-drive \ - /sound \ - /microphone \ - -wallpaper \ +dynamic-resolution \ + +auto-reconnect \ + +home-drive \ + +clipboard \ + -wallpaper \ "$MULTI_FLAG" \ /wm-class:"$FULL_NAME" \ /app:program:"$WIN_EXECUTABLE",icon:"$ICON",name:"$FULL_NAME" \ @@ -600,18 +595,15 @@ function waRunCommand() { dprint "WINDOWS_FILE_PATH: ${FILE_PATH}" $FREERDP_COMMAND \ - /cert:tofu \ /d:"$RDP_DOMAIN" \ /u:"$RDP_USER" \ /p:"$RDP_PASS" \ /scale:"$RDP_SCALE" \ - +auto-reconnect \ - +clipboard \ - +home-drive \ - /sound \ - /microphone \ - -wallpaper \ +dynamic-resolution \ + +auto-reconnect \ + +home-drive \ + +clipboard \ + -wallpaper \ "$MULTI_FLAG" \ /wm-class:"$FULL_NAME" \ /app:program:"$WIN_EXECUTABLE",icon:"$ICON",name:$"FULL_NAME",cmd:\""$FILE_PATH"\" \