CopyQ
CopyQ copied to clipboard
Copyq stopped working on Ubuntu 23.04
Hi, Copyq is no longer working for me after updating from Ubuntu 22.10 to 23.04. The app launches, but things that I copy are no longer added to Copyq. Running Copyq 6.4.0 from Ubuntu repo. Ubuntu 23.04, Gnome 44. Rik
I experience similar behavior even after upgrading to 7.0.0~lunar.
Warning [2023-04-27 04:52:02.531] <monitorClipboard-4477>: [default] QtWarning: Activating Wayland clipboard took 5000 ms
ERROR [2023-04-27 04:52:02.533] <monitorClipboard-4477>: [default] QtCritical: Failed to activate Wayland clipboard
Having the same issue here. Tested with the latest 7.0.0. version.
Getting the same error as @alaendle.
Ubuntu 23.04 Gnome 44.
Same issue here, but this is not exclusive to Ubuntu. I am on Fedora 37 (copyq-7.0.0-1.fc37.x86_64) and have the same log entries and CopyQ does not store anything at all.
AFAIK Ubuntu on Wayland does not support clipboard monitoring. Clipboard manager would need to be a Gnome Shell extension.
Possible workaround is to start CopyQ in XWayland mode: https://copyq.readthedocs.io/en/latest/known-issues.html#on-linux-global-shortcuts-pasting-or-clipboard-monitoring-does-not-work
env QT_QPA_PLATFORM=xcb copyq
@hluk - Many thanks - have not tested extensively, but on a first look the suggested workaround solves my problem 👍 .
AFAIK Ubuntu on Wayland does not support clipboard monitoring. Clipboard manager would need to be a Gnome Shell extension.
Possible workaround is to start CopyQ in XWayland mode: https://copyq.readthedocs.io/en/latest/known-issues.html#on-linux-global-shortcuts-pasting-or-clipboard-monitoring-does-not-work
env QT_QPA_PLATFORM=xcb copyq
This worked for me, just I cant drag items to other tabs .
So, this is really an issue with Wayland? It's missing a feature?
@hluk's workaround did the work for me:
Exec=env QT_QPA_PLATFORM=xcb /usr/bin/copyq
Just reporting this is also an issue on Fedora 39.
This problem still exists in Fedora 40 with GNOME desktop environment under Wayland session. @hluk's fix works for me as well.