Skip to content

Add LD_LIBRARY_PATH in AppImage, so kioslaves will find their libs

I'll have to admit that my understanding of how the environment is set up inside AppImages is very limited. However, without this patch, trying to use a KIO::TransferJob results in /tmp/.mount_rkwardYbjpTY/usr/lib/libexec/kf5/kioslave5: /lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.15' not found (required by /tmp/.mount_rkwardYbjpTY/usr/lib/libexec/kf5/kioslave5) (on a host system without Qt 5.15, obviously), while with this patch, the job works correctly.

Merge request reports