Sunday 17 June 2018

How do I copy and paste between my local system and the remote system when using rdesktop on Linux?


On Linux I do:


rdesktop remotepc

How do I copy and paste between my local system and the remote system?



Answer



Try using RDPv5 to connect, it should automatically set the protocol to RDPv5, but in some situations it will not.


Alternatively, try launching with these arguments:


-5 -K -r clipboard:CLIPBOARD

-5 forces RDPv5 (which it should use anyway, but sometimes it doesn't), -K forces it to not override the WM's key bindings, and -r clipboard:CLIPBOARD enables clipboard redirection (which is what you want).


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...