GNOME Bugzilla – Bug 503456
Support for RDP protocol
Last modified: 2010-06-27 15:05:05 UTC
RDP is the remote desktop protocol used by Windows. System administrators who use a Linux desktop often have to manage Windows systems as well. rdesktop is an RDP client for Linux, but it is CLI only. Tsclient is a GTK frontend for rdesktop, which has it's flaws and doesn't support multiple sessions. Krdc is a Qt frontend for KDE and doesn't integrate with GNOME. It would be nice if vinagre would have support for the RDP protocol, either as a frontend (like tsclient and krdc) or (even better) with native support by integrating or linking to the rdesktop code. I am not a developer, so I don't know if that is possible at all, it's just a though :)
*** Bug 514888 has been marked as a duplicate of this bug. ***
Please note that it's not always viable to install VNC on a complete Windows server farm. Either because of the effort involved, or because of company policy. Integrating rdesktop into vinagre would be a killer feature!
I agree with this !!!!
This would greatly increase the utility of this software...
I totally agree. Adding the possibility to manage servers through the RDP protocol would greatly enhance Vinagre's usability. Vinagre would then become my main portal for managing my servers. At the moment I have a couple of VNC servers that I manage, but the majority (of Windows servers) does not have VNC installed, for a number of various reasons. With the possibility to have RDP integrated into Vinagre, I would be able to manage my entire server farm through Vinagre. I would be happy to beta test!
Was great if vinagre implemented a plugin based protocol feature. Then RDP was a mater of implementing a new plugin that would use the rdesktop client.
*** Bug 582024 has been marked as a duplicate of this bug. ***
Information about RDP: http://en.wikipedia.org/wiki/Remote_Desktop_Protocol Open source implementation of RDP: http://www.rdesktop.org/
I'm working on it based on rdesktop binary. I'll ship it in 3.0 and, if we have man power, we'll replace it with a proper solution (based on some lib) for 3.2.
Pushed initial work. Still some work to be done, mainly in the Connection UI. I'll talk to some designers about this.