Page 1 of 1

New icons don't work on antix26

Posted: Tue Jun 16, 2026 11:05 am
by AceTom57
Hi,

running here antix26 Linux (based on Debain Trixie)!
I've installed both Pokerth.deb and Appimage, the new icons don't work for me (displayed!! ).Now, when trying to use them I see only white rectangles??
Earlier I tried this on a Debian Trixie box (appimage) and seemingly worked.
Obviousely missing a qt-lib (or something similar) on antix26, can anybody tell me what to additionally to install to make things work?

regards Thomas

Re: New icons don't work on antix26

Posted: Tue Jun 16, 2026 2:32 pm
by sp0ck
Hi Thomas,

can you check which freetype version you have installed on your system?

Code: Select all

dpkg -s libfreetype6 | grep Version
# or
ldconfig -p | grep libfreetype
If version is < 2.13 it might be the reason for the white rectangles.

Regards
sp0ck

Re: New icons don't work on antix26

Posted: Tue Jun 16, 2026 3:04 pm
by AceTom57
Hi,

dpkg tells me: Version: 2.13.3+dfsg-1+deb13u1 is installed, maybe sufficient ?

Regards
Thomas

Re: New icons don't work on antix26

Posted: Tue Jun 16, 2026 4:03 pm
by sp0ck
Hi,

please try the new appimage from today in download section. It should solve your isse.

Regards
sp0ck