hanzala123 / arch2appimage

This is a python script that downloads Arch Linux packages (Official/Chaotic AUR) and converts to an AppImage executable
GNU General Public License v3.0
339 stars 11 forks source link

Error when using the AppImage in kubuntu #23

Open Zahrun opened 1 year ago

Zahrun commented 1 year ago

Hi

Following https://github.com/hanzala123/arch2appimage/issues/22, I inserted manually in the AppDir the package downloaded from the arch archive repository and I can use the AppImage in Manjaro. When using the same AppImage in Kubuntu, I get this error message: org.kde.Tok: symbol lookup error: /tmp/.mount_tok-giRFueNX/usr/lib/libKF5Notifications.so.5: undefined symbol: _ZN8KSandbox8isInsideEv Any idea why that would be the case?

Thanks

EDIT: it seems the version included in the AppImage is libKF5Notifications.so.5.98.0 and the version on kubuntu is libKF5Notifications.so.5.92.0 But isn't AppImage supposed to not depend on host library version?

EDIT2: it seems deleting the file AppDir/usr/lib/libKF5Notifications.so.5 helps. But I would still like to have clarity on what is happening