Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clipboard commands #366

Closed
skerit opened this issue Jan 17, 2021 · 3 comments
Closed

Clipboard commands #366

skerit opened this issue Jan 17, 2021 · 3 comments

Comments

@skerit
Copy link

skerit commented Jan 17, 2021

Is your feature request related to a problem? Please describe.

I used to use xclip over SSH in my terminal application to copy some text to the clipboard. Since switching to Wayland this is no longer possible, not even with wl-clipboard because Wayland doesn't have network transparency.

Describe the solution you'd like

The Kitty terminal actually supports a new terminal command: clipboard_control

In Kitty, you can set the clipboard value with this command: printf "\033]52;;$(printf "%s" "blabla" | base64)\a"

Describe alternatives you've considered

I tried wl-clipboard, but that doesn't work over SSH. I thought about just switching to Kitty, but it's not as user friendly as Terminator.

@mattrose
Copy link
Member

Ugh, this is https://gitlab.gnome.org/GNOME/vte/-/issues/125 which seems to be a very contentious issue, and is currently closed, even though there is a perfectly good VTE patch that implements support for it just sitting there. If I don't hear back soon I'll poke the VTE maintainer.

@mattrose
Copy link
Member

Well, I'm really sorry, but given the response in https://bugzilla.gnome.org/show_bug.cgi?id=795774#c19 I'm going to say that VTE support for this is not going to be forthcoming. I'll keep an eye on the issue, and I'll implement it in terminator if it ever gets supported, but I'm going to close this bug, because there's nothing I can do to fix this myself.

@skerit
Copy link
Author

skerit commented Jan 19, 2021

That's a shame. Thanks for looking into it though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants