-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
which linux / distribution / version are you using? |
this is apparently a bug by AppImage: AppImageCommunity/pkg2appimage#538 I can probably do a Thanks for taking the time to report this! |
I am using Slackware 15.0 x86_64 (post 15.0 -current) . |
fixed with 0.6.0 |
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 After installing libthai 0.1.28: bash-5.2$ ./ahk_x11-0.5.2-x86_64.AppImage --windowspy |
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? |
Thank you for your reply, but it is not fixed yet. bash-5.2$ ./ahk_x11-1.0.0-x86_64.AppImage --windowspy After installing libthai 0.1.28: bash-5.2$ ./ahk_x11-1.0.0-x86_64.AppImage --windowspy |
Argh. How do I get this wrong again and again. But now it's fixed at least (it has to be!!!) |
The |
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>
The text was updated successfully, but these errors were encountered: