14.02.2026, 12:36
Uploaded a new AppImage where I tried to
* explicitly copy libQt6DBus.so.6 to usr/lib inside AppImage.
* set RUNPATH using patchelf to $ORIGIN/../lib:$ORIGIN/../lib32, so the loader prioritizes AppImage libraries over system ones.
* bundles all essential Qt6 plugins, including platforms, sqldrivers, and any QML modules.
hopefully that works for you.
Cu Selur
* explicitly copy libQt6DBus.so.6 to usr/lib inside AppImage.
* set RUNPATH using patchelf to $ORIGIN/../lib:$ORIGIN/../lib32, so the loader prioritizes AppImage libraries over system ones.
* bundles all essential Qt6 plugins, including platforms, sqldrivers, and any QML modules.
hopefully that works for you.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

