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 doesn't launch on Gentoo #33

Open
gazecube opened this issue Dec 15, 2023 · 2 comments
Open

AppImage doesn't launch on Gentoo #33

gazecube opened this issue Dec 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@gazecube
Copy link

I downloaded the AppImage for the latest release of YARC and when I ran it, I got this error: yarc-launcher: error while loading shared libraries: libthai.so.0: cannot open shared object file: No such file or directory

libthai isn't in the main Gentoo repository, it's only available if you add an unofficial overlay, which might really confuse anyone who doesn't know how to add and manage overlays in Gentoo. The solution I propose is to add libthai.so.0 to the AppImage to prevent issues like the one I'm experiencing from happening on distros that don't contain libthai by default, (or don't have them in their repos)

@EliteAsian123
Copy link
Member

I believe this is a problem with Tauri, as it has been reported before (tauri-apps/tauri#4930). I'm not really sure if that's something we can forcibly include, so I'll have to look into it!

@EliteAsian123
Copy link
Member

As you see in the issue mention above, they are working on fixing it!

I'm not quite sure if it's fixed in the latest release of the launcher, but hopefully it will be soon.

Sorry for the wait!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants