pop-os / cosmic-term

WIP COSMIC terminal emulator
GNU General Public License v3.0
390 stars 68 forks source link

Copy / Paste using PRIMARY #49

Open snaggen opened 9 months ago

snaggen commented 9 months ago

I tested to select text with the mouse and then tried to paste it using the middle mouse button, but with no success. So, I assume that this might be something that just is not implemented yet.

I tested it under a Gnome desktop (latest Fedora) , if that is relevant.

MoSal commented 9 months ago

Funny, I thought I would be the only one who would miss this.

I like PRIMARY in terminals because Shift+Insert is easier than Ctrl+Shift+v.

Anyway, I think support for this needs to be added to window_clipboard first, then iced.

I was planning to look into it at some point if no one beats me to it.

jackpot51 commented 9 months ago

As @MoSal said we need changes to window_clipboard. I'm also working on changes for cosmic-files that would add custom mime types.

gantryyork commented 9 months ago

https://github.com/pop-os/cosmic-term/issues/55 These two could be considered the same issue