AppImageCommunity / pkg2appimage

Tool and recipes to convert existing deb packages to AppImage
http://appimage.org
MIT License
684 stars 209 forks source link

Do not exclude libgobject #511

Closed Pierre-Baudry closed 2 years ago

Pierre-Baudry commented 2 years ago

As libglib isn't excluded anymore, we need to fully allow libgobject in appimages as well.

Remove previous libgobject exclusion from the excludelist.

Pierre-Baudry commented 2 years ago

This was producing this kind of error : ./bin/$MYAPP: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: undefined symbol: g_uri_ref

I can confirm that editing the excludelist with provided patch and preventing pkg2appimage from overriding local edits with upstream files fixes my appimage

probonopd commented 2 years ago

Thanks @Pierre-Baudry. Highly appreciated!