Hi, i am studying code of pkg2appimage, but, i had some problems to reproduce the AppDir creating. I managed download dependencies, extract packages with dpkg-deb, but, when i tried create AppDir its don’t run.
For create AppDir i tried:
- glib-compile-schemas
- move /libs to usr/libs
- execute path_usr function
I am trying create a appimage of lxterminal and congratulations this in ubuntu with pkg2appimage, but, with the same deb packages, apprun, icon and .desktop don’t have success… i am 5 days trying but have the “undefined symbol” problem with cairo lib… My question is: What is missing?