rcrum003 / HiveControl

Alternative software for use with HiveTool suite of software.
GNU General Public License v2.0
25 stars 13 forks source link

XRDP conflict with RealVnc #55

Closed NapaOgden closed 7 years ago

NapaOgden commented 7 years ago

XRDP & RealVnc incompatibility affecting XRDP install option. The latest Pi system updates known as Pixel include RealVnc which breaks XRDP. The interim fix is to uninstall XRDP, uninstall RealVnc then install XRDP again as follows; sudo apt-get purge xrdp sudo apt-get purge realvnc-vnc-server sudo apt-get install xrdp There may be a way modify RealVnc config to mitigate the conflict but I have not found a fix which allows both which is preferred. Some (nonwindows) users may prefer RealVnc. ref. https://www.raspberrypi.org/blog/introducing-pixel/

rcrum003 commented 7 years ago

I actually recommend that you NOT use RDP to manage your hive. We've written HiveControl to be self sufficient from a simple webpage. If you need more advanced usage, use SSH to login to the console to perform any configurations.