-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
AppImage packaging is either too leaky or not leaky enough #93
Comments
Specifically, either bundle both of or none of Harfbuzz and FreeType. At least this seems to be the conclusion from earlier discussions. In the https://github.com/AppImage/AppImages/ project we no longer bundle libharfbuzz and libfreetype as per AppImageCommunity/pkg2appimage@9082bbe References: |
Also hitting this.
|
I am also hitting this error :( $ ./prusacontrol_0.9.4.415_beta.AppImage |
@tracernz @buddyabaddon which OS and version are you on? I think I gave the solution in #93 (comment), can you confirm? |
How do we confirm this? Personally I'm just running the AppImage, not building it.. or did I misunderstand your suggestion? |
@castaway you could extract the AppImage, remove the libraries, and try if the application runs then:
|
Aha! Done, and yes that now runs just fine, thanks! Can I repack it easily from this state? |
Easy:
|
AppImage of the AppImage tool, of course! |
@probonopd: thx!!! |
You need to launch it through a desktop file. Tools like the optional appimaged daemon or AppImageLauncher can do this for you automatically. |
On Arch Linux:
Either include all of your dependencies or none of them.
The text was updated successfully, but these errors were encountered: