You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fedora, and I would assume Ubuntu, come with this library installed since parts of GNOME depend on it. Most standard distros would, but it's possible that some minimal ones wouldn't. I noticed the problem on NixOS because appimages are run using appimage-run, which is sandboxed to only access the libraries included in the exclude list.
I'm not very familiar with packaging AppImages, but I'll try building it myself tonight to see if I can identify why this dependency is getting left out. It may be an issue with linuxdeploy. It might also make sense for it to be added to the exclude list, since many other multimedia libraries are in it.
The appimage seems to require libmpg123 to run the appimage.
Expected Behavior
This library is not in the appimage excludelist, so it should be included.
Current Behavior
Trying to run without it results in the error:
undefined symbol: mpg123_info2
.Steps to Reproduce
Run the appimage on a distro that does not include have this package installed, or a distro that sandboxes binaries.
Environment
I tested this on NixOS with
appimage-run
. I also tested it on a fresh Fedora container.The text was updated successfully, but these errors were encountered: