Lukas Holecek
Lukas Holecek
Can you share debug logs (F12 shortcut from the main window) after toggling the window couple of times? To enable the debug logs you will need to set `COPYQ_LOG_LEVEL` environment...
That problem is unlikely related to the Paste Items shortcut which should work only from the main window. Maybe CopyQ is overriding clipboard every time something is copied. Do you...
Can you check any errors/warning in the logs? It should be possible to list logs from command line with `copyq logs`
Oh, that's flatpak version of the app. In that case the command would be: ``` flatpak run com.github.hluk.copyq logs ```
That is a lot of errors and warnings. Can you provide the output from the following command? ```bash flatpak run com.github.hluk.copyq 'exportCommands(commands())' ``` It should print all extra commands used...
You seem to have **the type of the first command** in the Command dialog set to "Display". Display command type means that the command is run every time an item...
> I have tried it and restated it and same issue it will not stop on screen! > > https://i.imgur.com/yP5FpDX.png Did you try to remove the first unnamed command? >...
From the commands you shared I see that you are opening menu and not main window on the Ctrl+Alt+V. Menu normally opens under mouse pointer; the builtin "Show/hide main window"...
Can you get some crash report or stacktrace for CopyQ on macOS? Also, make sure you are using latest CopyQ version (3.10.0 currently).
Ah, this is quite possibly a Qt bug: https://bugreports.qt.io/browse/QTBUG-80193