CopyQ icon indicating copy to clipboard operation
CopyQ copied to clipboard

All Copyq scripts do not work any more but i cant figure out why?

Open JackDinn opened this issue 1 month ago • 1 comments

copyq --version CopyQ Clipboard Manager 8.0.0 Qt: 5.15.12 KNotifications: 5.115.0 Compiler: GCC Arch: x86_64-little_endian-lp64 OS: Manjaro Linux

So we had the plasma6 update on manjaro KDE and i had to reinstall my whole system.

I imported all the copyQ settings but scripts that had worked fine for years now throw the same error all the time

I have reduced the script to a single line and it still errors. Please advise.

Test script:

popup('Hello, World!');

copyq.log CopyQ Note [2024-05-15 21:12:11.160] <Server-183474>: Error: execve: No such file or directory CopyQ Note [2024-05-15 21:12:11.160] <Server-183474>: 1. popup(Hello, World! )

If i do a command in the shell i.e. copyq popup('Hello, World!') then it works fine but if i put it into the main copyq commands area and try to run it via shortcut keys or whatever it errors.

Screenshot_20240515_213222

JackDinn avatar May 15 '24 20:05 JackDinn