Lukas Holecek

Results 447 comments of Lukas Holecek

CopyQ basically uses "text/html" target atom to get/set the rich text in clipboard. You can print the HTML formatted text with e.g. `xclip -selection clipboard -out -target text/html` (not sure...

"Paste and copy next" works on the first tab. I have no idea how changing tab shown in tray menu can affect this. I tried changing the option, move tab...

You need to press Tab to focus the first found item first, otherwise Ctrl+C would go to the focused search box.

Ah, sorry, I misread the issue description. Does right or left click on tray icon do anything? Does anything change if you run the following command? ``` copyq config tray_menu_open_on_left_click...

I cannot do anything with the tray menu position. It looks like a Qt bug or some feature since it's not a native tray menu. You can try using the...

Can you test opening tray menu on right click with [this development build](https://github.com/hluk/CopyQ/actions/runs/1442954457#artifacts)? If so, please test it with native menu disabled: `copyq config native_tray_menu false`

Can you test [this build](https://github.com/hluk/CopyQ/actions/runs/1664015853#artifacts)?

Can you see what the following command prints on console? ```bash env COPYQ_LOG_LEVEL=DEBUG copyq ```

I assume that the Trash tab is large and takes longer to load. There is probably some bug when the default Delete action is overridden with some delay due to...