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

Missing libthai on AppImage 0.5.1 #45

Closed
bombonatti opened this issue Jun 28, 2023 · 9 comments
Closed

Missing libthai on AppImage 0.5.1 #45

bombonatti opened this issue Jun 28, 2023 · 9 comments

Comments

@bombonatti
Copy link

First time I tried to run, I got dependency issue.

bash-5.2$ ./ahk_x11-0.5.1-x86_64.AppImage --windowspy
/tmp/.mount_ahk_x12CnB3E/AppRun.wrapped: error while loading shared libraries: libthai.so.0: cannot open shared object file: No such file or directory

After installing libthai, works as expected.

bash-5.2$ ./ahk_x11-0.5.1-x86_64.AppImage --windowspy
Interactive AHK_X11 console (REPL). Type any command. Multi-line text not supported. Press {CTRL}+C to exit.
ahk_x11>

@phil294
Copy link
Owner

phil294 commented Jun 28, 2023

which linux / distribution / version are you using?

@phil294
Copy link
Owner

phil294 commented Jun 28, 2023

this is apparently a bug by AppImage: AppImageCommunity/pkg2appimage#538

I can probably do a linuxdeploy --library libthai.so so I guess it will be fixed with next release.

Thanks for taking the time to report this!

@bombonatti
Copy link
Author

which linux / distribution / version are you using?

I am using Slackware 15.0 x86_64 (post 15.0 -current) .

@phil294 phil294 closed this as completed Jul 7, 2023
@phil294
Copy link
Owner

phil294 commented Jul 7, 2023

fixed with 0.6.0

@bombonatti
Copy link
Author

Just tested and issue is not fixed (version 0.5.2 on 0.6.0 assets)

ash-5.2$ ./ahk_x11-0.5.2-x86_64.AppImage --windowspy
/tmp/.mount_ahk_x1NjgM5y/AppRun.wrapped: error while loading shared libraries: libthai.so.0: cannot open shared object file: No such file or directory

After installing libthai 0.1.28:

bash-5.2$ ./ahk_x11-0.5.2-x86_64.AppImage --windowspy
Interactive AHK_X11 console (REPL). Type any command. Multi-line text not supported. Press {CTRL}+C to exit.
ahk_x11>

@phil294 phil294 reopened this Jul 11, 2023
@phil294
Copy link
Owner

phil294 commented Jul 20, 2023

sorry, you're right - I both hadn't fixed the missing library and the release binary version number was wrong. But all should be fixed now, could you kindly test it again?

@phil294 phil294 closed this as completed Jul 20, 2023
@bombonatti
Copy link
Author

Thank you for your reply, but it is not fixed yet.

bash-5.2$ ./ahk_x11-1.0.0-x86_64.AppImage --windowspy
/tmp/.mount_ahk_x11zz8PW/AppRun.wrapped: error while loading shared libraries: libthai.so.0: cannot open shared object file: No such file or directory

After installing libthai 0.1.28:

bash-5.2$ ./ahk_x11-1.0.0-x86_64.AppImage --windowspy
Interactive AHK_X11 console (REPL). Type any command. Multi-line text not supported. Press {CTRL}+C to exit.
ahk_x11>

@phil294 phil294 reopened this Jul 21, 2023
@phil294
Copy link
Owner

phil294 commented Jul 29, 2023

Argh. How do I get this wrong again and again. But now it's fixed at least (it has to be!!!)

@Korne127
Copy link

Korne127 commented Jul 23, 2024

The --library /lib/x86_64-linux-gnu/libthai.so.0 can be removed again as AppImageCommunity/pkg2appimage#555 fixes this in linuxdeploy (after a new version has been released).

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

3 participants