ddterm / gnome-shell-extension-ddterm

Another drop down terminal extension for GNOME Shell. With tabs. Works on Wayland natively
https://extensions.gnome.org/extension/3780/ddterm/
GNU General Public License v3.0
309 stars 27 forks source link

[feat] OSC 52 clipboard support #130

Closed haoadoreorange closed 1 year ago

haoadoreorange commented 2 years ago

Hi, I know this is based on VTE but is it possible to patch it with support for OSC 52 escape sequence ? which is used for clipboard by tmux for example, it solves the ssh clipboard dilemma.

gnome-terminal doesn't support it due to security concern.

amezin commented 1 year ago

ddterm uses VTE version that's installed in the system - so you only can patch it on your system. Besides that, ddterm aims to mostly be a "GNOME Terminal clone, but attached to the screen edge".

Sorry that it took so long to respond.

amezin commented 1 year ago

VTE issue https://gitlab.gnome.org/GNOME/vte/-/issues/2495