hluk / CopyQ

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

Wayland Support script not working #2561

Closed gowallasnewpony closed 7 months ago

gowallasnewpony commented 7 months ago

Describe the bug To be able to paste in to the active window I installed the Wayland Support script as described in https://copyq.readthedocs.io/en/latest/known-issues.html#on-linux-global-shortcuts-pasting-or-clipboard-monitoring-does-not-work

When starting the script in the terminal with e.g. "copyq triggerGlobalShortcut toggle" I get an error message:

ScriptError: Failed to find enabled global command with given name

--- backtrace ---
triggerGlobalShortcut
--- end backtrace ---

Expected behavior Having copyq pasting to active window

Version, OS and Environment (Get details from copyq version command if possible.)

Additional context Could it be that it's because NixOS has non standard path to applications?:

> which ydotool
/run/current-system/sw/bin/ydotool

Thank you very much in advance for your answer!