Just hacking around. If I change Clipboard->copy to Clipboard::Xclip->copy_to_selection then everything works lines 1788-1791 if (defined($to_copy)) { Clipboard::Xclip->copy_to_selection("clipboard", $to_copy); print "Copied $cp_map->{$xNcmd} for \"$ent->{title}\" to the clipboard.\n"; }
Not quite like you have it, but this does: echo "test copy" | xclip -in -selection clipboard
Looks like I have xclip. $ which xclip /usr/bin/xclip [greg@greg-pc ~]$ pacman -Q --info xclip Name : xclip Version : 0.13-2 Description : Command line interface to the X11 clipboard Architecture : x86_64 URL : https://github.com/astrand/xclip Licenses : GPL Groups : None Provides : None Depends On : libxmu Optional Deps : None Required By : perl-clipboard Optional For : None Conflicts With : None Replaces : None Installed Size : 59.00 KiB Packager : Gaetan Bisson bisson@archlinux.org Build Date...
Nothing copied to clipboard