http://bugs.winehq.org/show_bug.cgi?id=25912
l.lemarinel@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |l.lemarinel@gmail.com
--- Comment #9 from l.lemarinel@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 !