hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.23k stars 429 forks source link

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

Open JackDinn opened 1 month ago

JackDinn commented 1 month ago

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] : Error: execve: No such file or directory CopyQ Note [2024-05-15 21:12:11.160] : 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 commented 1 month ago

It does the same with any script command, i tried just assigning a variable.

CopyQ Note [2024-05-17 09:52:07.175] <Server-470475>: Command “New command”
CopyQ Note [2024-05-17 09:52:07.175] <Server-470475>:    Error: execve: No such file or directory
CopyQ Note [2024-05-17 09:52:07.175] <Server-470475>:    1. var x = 1

.