Skip to content

Instantly share code, notes, and snippets.

@nemanjan00
Last active May 1, 2021 12:36
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemanjan00/dca98f1eb26414327e32452185916ec8 to your computer and use it in GitHub Desktop.
Save nemanjan00/dca98f1eb26414327e32452185916ec8 to your computer and use it in GitHub Desktop.
Fixing ./Stremio+4.0.10.appimage: symbol lookup error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var

You will thank me later.

./Stremio+4.0.10.appimage --appimage-extract
cd squashfs-root
mv ./lib/libfreetype.so.6 ./lib/libfreetype.so.6.bak
./stremio
@aardbol
Copy link

aardbol commented Mar 26, 2018

You're wrong on one point my good sir: it's that I will thank you already now instead of later!

@py4object
Copy link

Hey thanks, that did fix it on my machine , any idea about the cause ?

@matan-bebop
Copy link

Have the same issue with the Ipe Appimage. Fixed with a simpler hack:
LD_PRELOAD=/usr/lib/libfreetype.so ./ipe-7.2.7-x86_64.AppImage
which might work for your case as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment