unfortunately in it didnt help.
I push logs from ldd to bugs.kde.org its too big to put it here
Just a wild guess, perhaps you have some kind of LD_PRELOAD set system-wide?
Does it show anything?
echo $LD_PRELOAD
UPD:
Could you also paste the output of this script:
for i in "/lib64/libm.so.6 /lib64/libgcc_s.so.1 /lib64/libc.so.6 /lib64/libbz2.so.1 /lib64/libpng16.so.16 /lib64/libz.so.1 /lib64/libbrotlidec.so.1 /lib64/libexpat.so.1 /lib64/libGL.so.1 /lib64/libdl.so.2 /lib64/libbrotlicommon.so.1 /lib64/libX11.so.6 /lib64/libxcb.so.1 /lib64/libGLX.so.0 /lib64/libXext.so.6 /lib64/libGLdispatch.so.0 /lib64/libXau.so.6 /lib64/librt.so.1 /lib64/libgpg-error.so.0"; do
readelf -d $i;
done;
you are right there is export for LD_PRELOAD=/usr/lib64/libfreetype.so
You need to find out where it comes from. We cannot override LD_PRELOAD internally in any way, that is the most prioritized thing possible ![]()
As a temporary solution you could try to run Krita with the following line that unsets LD_PRELOAD locally:
LD_PRELOAD= ./krita-xxx.appimage
I find out its have colision with chat APP on system
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.