CopyQ icon indicating copy to clipboard operation
CopyQ copied to clipboard

Pop not working on Ubuntu 22.04

Open DiagonalArg opened this issue 1 year ago • 2 comments

Regarding push/pop that you've helpfully posted here.

On Ubuntu 22.04, while the push/pop commands are pushing onto the stack and removing from the stack, they are failing to paste, and this is true for plain text. I have tried using control-alt-c/v and control-command-c/v, copying and pasting from gedit. In both cases, it's the same issue.

DiagonalArg avatar Oct 12 '23 11:10 DiagonalArg

Is that Wayland? Pasting does not work there out-of-the-box.

See: https://copyq.readthedocs.io/en/latest/known-issues.html#on-linux-global-shortcuts-pasting-or-clipboard-monitoring-does-not-work

hluk avatar Oct 26 '23 08:10 hluk

@hluk /

$ echo $GDMSESSION
ubuntu-xorg
$ echo $XDG_SESSION_TYPE 
x11

I'm running X.

DiagonalArg avatar Oct 27 '23 02:10 DiagonalArg