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
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)
The text was updated successfully, but these errors were encountered:
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!
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)
The text was updated successfully, but these errors were encountered: