Solved WINE and X11 clipboard

I have installed emulators/wine(v1.6.2) to run Adobe Reader XI on it; this works (on FreeBSD 10.1-RELEASE-p16).

Is clipboard sharing supposed to work? For me, copying within wine with CTRL-C and pasting it outside wine into another X11 window with CTRL-V does nothing.

Has anyone got this to work, and if so, how?

Mark.
 
Thanks for looking into this. It turns out it was my mistake, as I would have realised while typing my question if I had given some more detail. I had in fact only tested this with plan9port's acme and 9term windows, where CTRL-V doesn't work. In the past it did, but this was removed again because of problems. I can now confirm that, in the case of for example a Firefox window, I can copy-paste with CTRL both from and to wine and wine-staging.

In the 9term and acme windows I can use
Code:
xclip -selection clipboard -o
to recover the text to which I applied CTRL-C in wine.

Sorry for the noise.

Mark.
 
Back
Top