After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 347510 - Transparent Panels Corrupt With Tiled Background
Transparent Panels Corrupt With Tiled Background
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
git master
Other Linux
: Normal major
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-14 13:25 UTC by Andrew Johnson
Modified: 2006-07-23 09:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Simple Patch To Adjust For Endianness (909 bytes, patch)
2006-07-14 13:28 UTC, Andrew Johnson
none Details | Review

Description Andrew Johnson 2006-07-14 13:25:51 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.
Comment 1 Andrew Johnson 2006-07-14 13:28:00 UTC
Created attachment 68923 [details] [review]
Simple Patch To Adjust For Endianness
Comment 2 Vincent Untz 2006-07-23 09:43:59 UTC
I committed a version with some defines. It should work :-)
Thanks!