https://bugs.winehq.org/show_bug.cgi?id=49917
Bug ID: 49917 Summary: Copy/Cut-paste doesnt work properly Product: Wine Version: 5.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: raj.sabharwal@yahoo.com Distribution: ---
Copying any text to clipboard works first time the application is opened but then copy works only when copy (ctrl+c) is done twice.
Similarly When text is cut, the text is removed from the original location correctly but when paste it is not pasted.
To do paste, cut paste has to be repeated again and then it works most of the times
Steps :
Upgrade from Ubuntu 18.04 to Ubuntu 20.04
1. Open Application : Visual Foxpro 6 2. write a some text say "hello" in command window 3. select it 4. do ctr+c 5. do ctr+v
Result: Copy paste will work
repeat the above steps 2-5
Result: Copy paste wont work
repeat the above steps
Result: Copy paste works
Similarly
1. Open Application : Visual Foxpro 6 2. write a some text say "hello" 3. select it 4. do ctrl+x 5. do ctrl+v
Result: Cut paste works
Repeat steps
Result: Cut paste wont work. On cutting the text will be correctly removed but on ctrl+v it wont be pasted
Undo by doing ctrl+z
and repeat steps Result: Cut paste works