AppImageCommunity / libappimage

Implements functionality for dealing with AppImage files
https://appimage.org
Other
46 stars 29 forks source link

ERROR: appimage_register_in_system : Unable to load libgobject-2.0.so #98

Closed azubieta closed 5 years ago

azubieta commented 5 years ago

While using libappimage in CentOS the libgobject binaries have a different name, therefore it will not be loaded.

The lookup method for dynamically loaded libraries must be improved.

TheAssassin commented 5 years ago

Seems like we just need a list of filenames and try them until one works for loading?

azubieta commented 5 years ago

Fixed by #100