GNOME Bugzilla – Bug 347510
Transparent Panels Corrupt With Tiled Background
Last modified: 2006-07-23 09:43:59 UTC
When a panel is given a transparent color, and the background is tiled, the panel is filled with a corrupt image with random data on some systems. This appears to be an endian issue with regard to cairo->pixbuf conversion and RGBA order, specifically on Little Endian machines.
Created attachment 68923 [details] [review] Simple Patch To Adjust For Endianness
I committed a version with some defines. It should work :-) Thanks!