On 2019-07-07, Erik Dobák wrote:
>
> same behavior with xclip -o --selection clip-board > clip10.txt
>
I think you must pipe the primary to the clipboard before redirecting
the clipboard to a file.
xclip -o | xclip -sel clip > clip10.txt
https://github.com/astrand/xclip
I was unaware of this p
Erik Dobák (12019-07-07):
> same behavior with xclip -o --selection clip-board > clip10.txt
Check the manpage better. (And blame xclip for accepting malformed
options.)
Regards,
--
Nicolas George
signature.asc
Description: PGP signature
same behavior with xclip -o --selection clip-board > clip10.txt
On Sun, 7 Jul 2019 at 21:30, Nicolas George wrote:
> Erik Dobák (12019-07-07):
> > Hi i have this problem for some months now. If i do a screenshot and copy
> > it to clipboard it does not arrive there.
> >
> > Checked by xclip -o >
Erik Dobák (12019-07-07):
> Hi i have this problem for some months now. If i do a screenshot and copy
> it to clipboard it does not arrive there.
>
> Checked by xclip -o > screenshot.txt
> either there is nothing or something old.
This xclip command does not check the clipboard but the primary
se
4 matches
Mail list logo