Bug 655255

Summary: wine doesn't display system cursor for 32-bit apps on 64-bit host
Product: [Fedora] Fedora Reporter: Michael Cronenworth <mike>
Component: wineAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: andreas.bierfert, gatlinsullivan, robatino
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: wine-1.3.8-1.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-01 22:02:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Cronenworth 2010-11-19 23:52:23 UTC
Description of problem: Wine 1.3.6 added system cursors as a feature. This works... if you have libXcursor.i686 installed on a 64-bit system.


Version-Release number of selected component (if applicable): wine-1.3.6-1.fc14.x86_64


How reproducible: Always


Steps to Reproduce:
1. Load a fresh F14 system.
2. Run winecfg.
  
Actual results: White Windows XP cursor


Expected results: Black Fedora cursor


Additional info: yum install libXcursor.i686 fixes this. Add a depends on libXcursor since wine dlopen()s this?

Comment 1 Andreas Bierfert 2010-11-20 11:57:01 UTC
Thanks for reporting. Will be fixed with the next push.

Comment 2 Fedora Update System 2010-11-27 12:38:32 UTC
wine-1.3.8-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/wine-1.3.8-1.fc14

Comment 3 Fedora Update System 2010-11-27 12:39:53 UTC
wine-1.3.8-1.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/wine-1.3.8-1.fc13

Comment 4 Fedora Update System 2010-11-27 23:34:33 UTC
wine-1.3.8-1.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update wine'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/wine-1.3.8-1.fc14

Comment 5 Fedora Update System 2010-12-01 22:01:54 UTC
wine-1.3.8-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2010-12-05 19:58:15 UTC
wine-1.3.8-1.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 gatlibs 2010-12-14 22:09:21 UTC
I am currently running the latest(1.3.9) testing version with WOW. I have the libXcursor.i686 installed, thus I have no problem with the cursor. Is this bug for x86_64 straight builds, WOW builds, or both? I could not find libXcursor.i686 to be a dependency for either wine.x86_64 nor wow. I have a few programs that depend on libXcursor.i686 so I could not remove it and test without it.

Comment 8 Andreas Bierfert 2010-12-15 06:18:28 UTC
The problem should be fixed by the added deps in wine-core:

rpm -q wine-core
wine-core-1.3.9-1.fc14.x86_64
wine-core-1.3.9-1.fc14.i686

rpm -q --requires wine-core | grep cursor
12:libXcursor(x86-64)  
80:libXcursor(x86-32)

Comment 9 gatlibs 2010-12-15 09:42:47 UTC
I checked. I got the same thing.