tested on ubuntu 16.04 with gnome line 51 should be ` printf $fileURL | xclip -selection "clip-board"` instead of ` printf $fileURL | xclip -selection "clipboard"` this fixed it for me
tested on ubuntu 16.04 with gnome
line 51 should be
printf $fileURL | xclip -selection "clip-board"instead of
printf $fileURL | xclip -selection "clipboard"this fixed it for me