https://bugs.winehq.org/show_bug.cgi?id=47344
Bug ID: 47344 Summary: Amazon WorkSpaces Product: Wine Version: 4.10 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: stephen.feyrer@greensill.com Distribution: ---
Created attachment 64675 --> https://bugs.winehq.org/attachment.cgi?id=64675 export WINEDEBUG=+clipboard
Tested on Ubuntu 18.04 LTS, wine-3.0 (Ubuntu 3.0-1ubuntu1).
I am not able to copy from something like Firefox in X and paste in to wine running Amazon Workspaces client application, neither can I copy from wine running Amazon Workspaces client application and paste back into X.
Additionally, I have found that I am unable to copy and paste from wine notepad into the Amazon Workspaces client application or visa versa.
The attached log file was generated after numerous copy and paste attempts were applied in all directions with as per the following:
cd "${WINEPREFIX:-${HOME}/.wine}/drive_c/Program Files (x86)/Amazon Web Services, Inc/Amazon WorkSpaces" export WINEDEBUG=+clipboard wine workspaces.exe &> ~/wine-4.10_clipboard_log.txt
https://bugs.winehq.org/show_bug.cgi?id=47344
--- Comment #1 from Stephen stephen.feyrer@greensill.com --- Sorry, that a little badly worded.
I mean, not able to copy and paste into or from the Amazon Workspaces client application as it is being run in wine. This is in contrast to something like notepad.
https://bugs.winehq.org/show_bug.cgi?id=47344
Stephen stephen.feyrer@greensill.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Amazon WorkSpaces |Amazon WorkSpaces Clipboard | |not accessible
https://bugs.winehq.org/show_bug.cgi?id=47344
--- Comment #2 from Stephen stephen.feyrer@greensill.com --- Please see this forum thread for further background: https://forum.winehq.org/viewtopic.php?f=2&t=32498
https://bugs.winehq.org/show_bug.cgi?id=47344
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #3 from Damjan Jovanovic damjan.jov@gmail.com --- Nothing is visible there. Maybe it's using the OLE clipboard?
Try running it like this:
WINEDEBUG='+ole,+clipboard,+timestamp,+tid' wine workspaces.exe &> log.txt
and attach log.txt