bugaevc / wl-clipboard

Command-line copy/paste utilities for Wayland
GNU General Public License v3.0
1.47k stars 57 forks source link

wl-copy hangs in Kakoune #98

Open alexherbo2 opened 3 years ago

alexherbo2 commented 3 years ago
Kakoune

How to reproduce

Execute the following in your terminal:

kak -e 'nop %sh(wl-copy something)'

Workaround

kak -e 'nop %sh(wl-copy something > /dev/null 2>&1)'
bugaevc commented 3 years ago

Hangs how? Can you check what it's waiting for?

retrotails commented 3 years ago

is this fixed by #101?