Change/Hide Mouse cursor in Wine app

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
aleroot
Level 1
Level 1
Posts: 6
Joined: Thu Jan 13, 2011 6:53 am

Change/Hide Mouse cursor in Wine app

Post by aleroot »

I'm running a windows app on wine under Ubuntu Linux, i've changed the mouse cursore theme in ubuntu but this change isn't reflected on wine app .

Is there a way to change the default mouse pointer theme in a wine app ?
Is there a way to hide the mouse cursor in a wine app ?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Change/Hide Mouse cursor in Wine app

Post by vitamin »

aleroot wrote:Is there a way to change the default mouse pointer theme in a wine app ?
No, Wine always uses it's own pointer icon(s). The code that deals with user set cursors is not implemented (SPI_SETCURSORS).
aleroot wrote:Is there a way to hide the mouse cursor in a wine app ?
Not by the user. Applications have to do it.
Alexandre Julliard

Change/Hide Mouse cursor in Wine app

Post by Alexandre Julliard »

"vitamin" <[email protected]> writes:
aleroot wrote:
Is there a way to change the default mouse pointer theme in a wine app ?
No, Wine always uses it's own pointer icon(s). The code that deals with user set cursors is not implemented (SPI_SETCURSORS).
That's no longer true. Wine does use the system theme now.

--
Alexandre Julliard
[email protected]
lussied
Newbie
Newbie
Posts: 2
Joined: Thu Aug 18, 2011 6:49 am

Post by lussied »

Is there a way to change the default mouse pointer theme in a wine app ? No, Wine always uses it's own pointer icon(s). The code that deals with user set cursors is not implemented (SPI_SETCURSORS). aleroot wrote: Is there a way to hide the mouse cursor in a wine app ? Not by the user. Applications have to do it.
Locked