Fabric icon indicating copy to clipboard operation
Fabric copied to clipboard

How to enable clip / pbpaste like functionality on Ubuntu server?

Open legaltextai opened this issue 1 year ago • 1 comments
trafficstars

What is your question?

I keep getting a display error with xclip. If anyone managed to get it run on the server , I would appreciate you advice. Thank you!

legaltextai avatar Apr 15 '24 12:04 legaltextai

If you are seeing display errors (as in X display errors), you'll have to ensure that you can use X11 forwarding and use ssh -X when you login to that Ubuntu server.

If you have no X11, you can probably use tmux. https://github.com/tmux/tmux/wiki/Clipboard

ksylvan avatar Apr 20 '24 15:04 ksylvan