hluk / CopyQ

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

Copyq Hyprland scaling and copy/pasting issues #2744

Closed cafetestrest closed 2 weeks ago

cafetestrest commented 2 weeks ago

I have issues with copyq menu floating window in hyprland with scaling when searching for something it looks like so for me: image

I'm running Nixos with Hyprland (latest) along with copyq version: 8.0.0.

Unsure if this is copyq bug or hyprland / issue, if so please let me know.

Also I have a weird issue as of lately, copy/pasting does not work as intended for electron apps, when I copy something from Chromium/VSCodium I tend to get and sometimes application does not copy stuff properly: 2

cafetestrest commented 2 weeks ago

Also to mention, this is only happening when I start copyq with env QT_QPA_PLATFORM=wayland copyq, when I start it as xcb, it seems to work better but I'm unable to search.

Also with QT_QPA_PLATFORM, xcb, copy/pasting is kinda wonky per app. On some apps it works great, while for others it does not recognise anything that I've copied in my clipboard.

hluk commented 2 weeks ago

I can't fix these issues in the app itself. They are related to Qt GUI framework and the Wayland compositor.

See also: https://copyq.readthedocs.io/en/latest/known-issues.html#known-issue-wayland

Try using the Wayland Support command mention in the linked page above.

BTW, for me, the app looks good in Sway Wayland compositor when running with QT_QPA_PLATFORM=wayland.