AppImage relies partly on system libs #488
Labels
build / ci
Anything to do with building or CI infrastructure
linux
quality
Anything to do with code quality that mostly doesn't affect user experience directly
The AppImage purposefully excludes some dependencies, e.g. libstdc++ and libgdk_pixbuf loaders. This has been a trial-and-error process but the solution is probably not optimal.
Look into tools that have special plugins for including e.g. GTK libs and resources, like
linuxdeploy
, to make the AppImage more robust.The text was updated successfully, but these errors were encountered: