Bug 655255 - wine doesn't display system cursor for 32-bit apps on 64-bit host
Summary: wine doesn't display system cursor for 32-bit apps on 64-bit host
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: wine
Version: 14
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-19 23:52 UTC by Michael Cronenworth
Modified: 2010-12-15 09:42 UTC (History)
3 users (show)

Fixed In Version: wine-1.3.8-1.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-12-01 22:02:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.