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 won't run due to missing libraries #5

Open
2011 opened this issue Sep 4, 2023 · 1 comment
Open

AppImage won't run due to missing libraries #5

2011 opened this issue Sep 4, 2023 · 1 comment

Comments

@2011
Copy link

2011 commented Sep 4, 2023

Using scrcpy-v1.25-4-gb4caa483-x86_64.AppImage.

Searching through all of the files in /usr/lib of the AppImage (and applying ldd):

libavcodec.so.57
    libthai.so.0 => not found

libavdevice.so.57
    libjack.so.0 => not found
    libthai.so.0 => not found

libavfilter.so.6
    libthai.so.0 => not found

libavformat.so.57
    libthai.so.0 => not found

libchromaprint.so.1
    libthai.so.0 => not found

libpango-1.0.so.0
    libthai.so.0 => not found

libpangocairo-1.0.so.0
    libthai.so.0 => not found

libpangoft2-1.0.so.0
    libthai.so.0 => not found

librsvg-2.so.2
    libthai.so.0 => not found

@2011 2011 changed the title AppImage run due to missing libraries AppImage won't run due to missing libraries Sep 4, 2023
@Korne127
Copy link

libthai should be fixed by AppImageCommunity/pkg2appimage#555, but libjack is on the AppImage excludelist and therefore won't be included in AppImages.

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