http://bugs.winehq.org/show_bug.cgi?id=29223
Bug #: 29223 Summary: Avast! Free Antivirus shows black rectangles in place of gradients Product: Wine Version: 1.3.33 Platform: x86-64 URL: http://www.avast.com/en-us/free-antivirus-download OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: julliard@winehq.org Classification: Unclassified Regression SHA1: 76358216f4e203d029afc1a1d5c4df6faf06a519
Created attachment 37739 --> http://bugs.winehq.org/attachment.cgi?id=37739 Good (left) and bad (right) screenshots
Some sections of the Avast GUI have a black background in place of a gradient. It's especially noticeable in the dialog that appears on first run, but there are also some occurrences of the problem within the main GUI. This is a regression, sort of - the problematic patch was committed shortly before the fix for bug 29108, so it never worked in unpatched Wine.
76358216f4e203d029afc1a1d5c4df6faf06a519 is the first bad commit commit 76358216f4e203d029afc1a1d5c4df6faf06a519 Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 30 13:22:21 2011 +0100
winex11: Implement rectangular gradients using XRender if supported.
:100755 100755 f573540774b5096c291138322b137e36d6ed621b cba043f2cc0f3071fa375c1fd3acfbdf63cd15b0 M configure :100644 100644 d6f5e6a198427ef229d09644c5e0157d8bd08687 82f7c9e2a506eff8c1eb27247314771071922820 M configure.ac :040000 040000 fb0ccf05af9c9c20204d218969f9499b3c5739c9 572e0dd4f6c1395ea344b03054b0a11b0b99ed6c M dlls :040000 040000 fd8af9726e6e9fdd9b89b39e338e069bea9c31ba 345957b05108306e84b356e7a015165689a29910 M include
After reverting this patch, the gradients appear as expected.