Lukas Holecek
Lukas Holecek
You can also try setting `window_key_press_time_ms` to `0` (but it could cause problem with some apps like Chrome; default value is 50 ms on Linux): ``` copyq config window_key_press_time_ms 0...
That looks like an issue with a Qt theme installed on the system. Are there any errors in application logs? (Press F12 to display logs from the main app window.)
Can you share backtrace if possible? It might be possible with `coredumpctl info copyq`.
That looks like something is wrong with Qt libraries or system theme. Maybe updating system packages would help. Where did you install CopyQ from?
Can you try installing CopyQ from flatpak instead? See: https://copyq.readthedocs.io/en/latest/installation.html
That's interesting, the Flatpak should use different Qt libraries and clean configuration, so I would assume that the result would be different. Can you check the debug logs when you...
Can you provide debug logs and a crash report (stacktrace)? This is probably some issue with conflicting libraries/plugins in Ubuntu.
@NC-VZLA Did you try this with the latest version (6.2.0)?
If you want to quickly select a recent item it is better to open tray menu instead of the main window. A global shortcut to "Show the tray menu" can...
:bulb: Another idea: The app style sheet can sometimes conflict with the system theme. So one thing to try is to **avoid setting any style sheet** to the item list....