https://bugs.winehq.org/show_bug.cgi?id=45348
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #3 from Vincent Povirk madewokherd@gmail.com --- Created attachment 61740 --> https://bugs.winehq.org/attachment.cgi?id=61740 readclipboard test program
It probably has to do with the formats exported by Chromium, the conversions between X11 and Win32 clipboard formats that exist in Wine, and the formats Photoshop is able to paste. We need Wine to be able to map one of Chromium's export formats to something Photoshop can use.
Here's a test program I use in situations like this. You can get a list of formats on the clipboard with "readclipboard TARGETS".
A +clipboard log of a failing paste into Photoshop may also tell us something, and a log of a paste into Photoshop that succeeds will tell us at least one image format that Photoshop can use.
If there's a "Paste Special" option, that can also sometimes give useful information.