https://bugs.winehq.org/show_bug.cgi?id=50473
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20210109150508/http://emot | |icon.gregland.net/wp-conten | |t/files/Emoticon.zip Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Keywords| |download CC| |damjan.jov@gmail.com
--- Comment #3 from Damjan Jovanovic damjan.jov@gmail.com --- There is definitely something wrong.
On Windows it will type out the clicked emoji (or a file:// URL to the clicked emoji GIF) in the last focused application, failing which it will bring up a messagebox saying it's on the clipboard instead, from where it can be pasted. Pasting in Wordpad pastes the emoji image, in Notepad pastes the file:// URL to the emoji GIF.
On Wine, it never finds the last focused window, even when it's a Wine app. It brings up the messagebox, but nothing is copied to the clipboard, and a +clipboard trace shows only GetClipboardOwner() is called, no data is actually copied to the clipboard.