Eisa01 / mpv-scripts

This repository contain scripts I have made for mpv media player...
BSD 2-Clause "Simplified" License
504 stars 35 forks source link

[Linux] SmartCopyPaste II always tries to use xclip #61

Closed hotburger closed 1 year ago

hotburger commented 1 year ago

I have changed the linux_copy and linux_paste options in script opts and the script file itself. There is no mention of xclip anywhere in the entire script file. Regardless of this it still attempts to use xclip.

[SmartCopyPaste] Pasting... 
sh: 1: xclip: not found
[SmartCopyPaste] Failed to paste into mpv, pasted item shown below is unsupported possibly due to configuration:
Eisa01 commented 1 year ago

I am seeing this error is generated from SmartCopyPaste and not SmartCopyPaste_II did you install both? If so, delete SmartCopyPaste and the changes for SmartCopyPaste_II should work

hotburger commented 1 year ago

I was using the config file for spartcopypaste 2 with the original smartcopypaste script. Sorry about that!