If anybody know HOW I can use the X11 cursor theme in Wine?
JuryS wrote:> If anybody know HOW I can use the X11 cursor theme in Wine?You can't. Cursors X uses and cursors Wine needs are totally different things (different file formats, structures, etc). And unfortunately Wine really does need all the low lever details, otherwise programs won't work.
On Sun, Aug 2, 2009 at 4:08 PM, JuryS <wineforum-user at winehq.org> wrote:> If anybody know HOW I can use the X11 cursor theme in Wine? > > > Yes search the Ubuntu Forums for OpenGL HW cursor, hang on i have itbookmarked: http://ubuntuforums.org/showthread.php?t=1051483&page=2 If you left handed use the one posted by SKLP, if your right isit (at least for me being right handed I had to use isit's since the one from SKLP used an arrow that points to the right instead of the standard poiting to the left). So basically you have to compile wine yourself, but I use this for a "hardware" cursor in WoW. Works very well. You'll have your X11 cursor theme semelessly. If you need instructions on how to compile it, and also hide WoW's software hand (when you mouse over an interactive item those cursors still show under the X11 cursor) check out: http://ubuntuforums.org/showpost.php?p=7643957&postcount=82 However, I don't use his patch and or custom cursor. I do use his mpq file for wow tho to hide the hand. Not that you asked for WoW specifically, just thought I would post all that. -- Sincerely, MacNean C. Tyrrell -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090803/98a035bd/attachment.htm>
Thanks all who participated in discussion of this problem. But I think if wine can display standart Windows white cursor, then The choice of various kinds of cursors should be developed for Wine. On last week I make the patch that can used in M& Software without MSTTFCORE and make the application more beautiful http://bugs.winehq.org/attachment.cgi?id=22382 more information with preview you can see: http://bugs.winehq.org/show_bug.cgi?id=19298 Now I think that wine cursor most be more Convenient for use, but my previous patch is not accepted by developers. Because I make registry entry, not the source code patch.... I think .... I will be grateful to all who will help with working out and thanks for the previous answers.
MacNean Tyrrell, thank you for your working with patch winex11.drv.so. But this patch is working only for OpenGL application, no for application like MS Access... I make this user32.dll.so many patches, It's work cool, but the cursor size are very small, like 32x32, but I'm usink the Ubuntu cursors theme like 64x64. How I can resize mouse cursor in user32.dll.so ?