Fmstrat / winapps

Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeRDP doesn't connect, no errors, just shows usage

diamkil opened this issue · comments

I'm running fedora 35 and I installed the freerdp package
Problem is, when I use bin/winapps check, instead of connecting or showing an error it just shows this https://i.dkil.ca/20220320201836.png

commented

disable http_proxy, https_proxy and try again

edit bin/winapps
Try replacing xfreerdp "{RDP_DOMAIN}" /u:"${RDP_USER}" /p:"${RDP_PASS}" /v:${RDP_IP} +auto-reconnect +clipboard +home-drive -wallpaper /scale:${RDP_SCALE} /dynamic-resolution /${MULTI_FLAG} /app:"explorer.exe" with echo "xfreerdp {RDP_DOMAIN}" /u:"${RDP_USER}" /p:"${RDP_PASS}" /v:${RDP_IP} +auto-reconnect +clipboard +home-drive -wallpaper /scale:${RDP_SCALE} /dynamic-resolution /${MULTI_FLAG} /app:"explorer.exe""
Execute bin/winapps check again and you can see the wrong command, correct it.
Caution: It seems that FreeRDP doesn't support scale nums besides {100|140|180}
Hope this helps!