Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appimage does not seem to include libmpg123 #410

Open
michaelBelsanti opened this issue Oct 4, 2023 · 2 comments
Open

appimage does not seem to include libmpg123 #410

michaelBelsanti opened this issue Oct 4, 2023 · 2 comments

Comments

@michaelBelsanti
Copy link

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.

@NikhilNarayana
Copy link
Member

NikhilNarayana commented Oct 5, 2023

I cannot reproduce this on Ubuntu 20.04 (my dev env) or Fedora 38 (live boot)

I will note that we use an old linuxdeploy for packaging because of issues we saw on Fedora, but i should test to see if those are fixed

@michaelBelsanti
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants