kfish / xsel

A command-line program for getting and setting the contents of the X selection

Home Page:http://www.kfish.org/software/xsel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to Read Standard Input

baskerville opened this issue · comments

I stumbled upon the following (requires dash, reproduce_links and link_command):

reproduce_links | xsel -i

results in:

xsel -o

being empty, while xclip works as expected (with the same parameters).

Also, doing:

reproduce_links | xsel -f

just after the first command generates a segfaults.

I expect this was fixed with changes to large transfer INCR handling during the past few years. Please re-open if this still does not work with current master.