[Bug 25912] SketchUp 7/8 one mouse event behind

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 25 08:29:42 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=25912

l.lemarinel at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |l.lemarinel at gmail.com

--- Comment #9 from l.lemarinel at gmail.com 2012-04-25 08:29:42 CDT ---
This bug can be worked around with this little script.
I had the same problem, with a Nvidia GF 8600M GS card, and this work-around do
the trick !

#! /bin/bash
xterm -iconic -title "Sketchup Refresher (xterm)" -e "watch -n 0.3 xrefresh
-geometry 1x1+500+500" & watchPID=$!
echo $watchPID
env WINEPREFIX="/home/MyUser/.wine" wine "C:\Program Files\Google\Google
SketchUp 8\SketchUp.exe"
kill $watchPID

Hope this help !

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list