Page 1 of 1
Mate-panel: endianness-related issues
Posted: Fri Dec 15, 2023 2:17 pm
by xeno74
As you probably already know, there are endianness-related issues with the window thumbnail preview (hover) of the MATE window list (Blue color issue).
It seems, there are endianness-related issues in librsvg. The MATE panel uses librsvg for displaying thumbnail previews.
Link:
Bug#1058740: gtk4,librsvg: big-endian support is at risk of being removed
Re: Mate-panel: endianness-related issues
Posted: Sat Jan 27, 2024 3:28 pm
by Hypex
Given that there is data going to and from could they not design a test suite to ensure data integry? I realise there can be graphic drivers involved. But to me, the most basic test is ensuring what data is expected on output is actually output, and I would have expected a basic data test to already be in existence.
Re: Mate-panel: endianness-related issues
Posted: Sat Jan 27, 2024 5:55 pm
by xeno74
Casey has figured out, which software is responsible for this issue.
caseycullen wrote: Sat Jan 06, 2024 4:38 pm
Hi,
I verified the issue is with libpixman. I upgraded the package to 0.42.2 and it resulted in incorrect color rendering:
I downgraded the package to the 0.40 version in the Fienix repository and it corrected the color rendering (after reboot):
-Casey