2017-11-11 22:31 GMT+01:00 Lubomir I. Ivanov <[email protected]>: > i think it would need the plugin, if the app binary is linking against > libQt5PrintSupport.so*.
That's the logic that is implemented, and from what I can see the plugin gets deployed: https://github.com/probonopd/linuxdeployqt/blob/5dc2aaea62c0222dd7952fd9e0832e8fcdfcf672/tools/linuxdeployqt/shared.cpp#L1226-L1229 Can you run it like this and watch for suspicious errors? ./Subsurface-efabf0a55-x86_64.AppImage --appimage-extract export LD_DEBUG=libs ; strace -f squashfs-root/AppRun 2>&1 | grep print _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
