Skip to content

Nuke remote desktop support

Felipe Borges requested to merge drop-remote-connections into master

These are the essential changes to stop supporting Remote Connections in Boxes. There are various other code paths in Boxes responsible for telling RemoteMachines and LibvirtMachines apart. In other series I will drop those accordingly.

Besides, I intend to keep RDP support for now since gnome-remote-desktop is now also an RDP server, so we might be able to connect to VMs over RDP as well as VNC.

Remote connections are now provided by https://gitlab.gnome.org/GNOME/connections a standalone app born in the Boxes codebase.

Merge request reports