Page 1 of 1

Mate-panel: endianness-related issues

Posted: Fri Dec 15, 2023 2:31 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: Fri Dec 15, 2023 6:43 pm
by caseycullen
xeno74 wrote: Fri Dec 15, 2023 2:31 pm 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
I think the problem is with libpixman-1-0.
librsvg depends on libcairo, which depends on libpixman. Try using the version in Fienix Evo and see if that fixes the problem (make sure to restart after installing): http://fienix.servehttp.com/fienix/evo/ ... /p/pixman/
-Casey

Re: Mate-panel: endianness-related issues

Posted: Sat Jan 06, 2024 4:38 pm
by caseycullen
Hi,

I verified the issue is with libpixman. I upgraded the package to 0.42.2 and it resulted in incorrect color rendering:
Image

I downgraded the package to the 0.40 version in the Fienix repository and it corrected the color rendering (after reboot):
Image

-Casey

Re: Mate-panel: endianness-related issues

Posted: Sun Jan 07, 2024 5:38 am
by xeno74
Casey,

Good to know! Well done!

Cheers,
Christian