Here is my series of commands that solved my problem. Unfortunately, I seem to have lost the version of xfreerdp that works with RDP Gateways. I may have to just do without a GUI and write up a bunch of little scripts for each connection so I have that feature available.
dpkg -l |grep freerdp sudo apt-get purge freerdp-x11 libfreerdp-plugins-standard libfreerdp1 libpam-freerdp lightdm-remote-session-freerdp sudo ls /etc/apt/sources.list.d/ sudo rm /etc/apt/sources.list.d/freerdp* sudo apt-get update sudo apt-get remove remmina remmina-plugin-rdp remmina-common sudo apt-get install remmina freerdp-x11 sudo killall remmina -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993981 Title: Remmina Fails to Load rdp Plugin (remmina-plugin-rdp.so) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/993981/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
