Got the ‘autostart’ to work for freerdp. This forum thread was exactly what was needed!!
https://forum.manjaro.org/t/script-put-in-autostart-doesnt-work/61007
So in case anyone stumbles into this thread for help - to get my RDP to work between PC’s:
- installed FreeRDP
- created a bash script (below):
#!/bin/env bash
#gnome-terminal -e
freerdp-shadow-cli -auth > /dev/null 2>&1 &
- put that bash script in:
~/.config/plasma_workspace/env
- gave it proper permissions…