emilioastarita / lyricfier

a Spotify Lyrics alternative app | New updates at https://github.com/emilioastarita/lyricfier2 (a faster version in golang)
Creative Commons Zero v1.0 Universal
586 stars 47 forks source link

Harfbuzz version too old error #108

Open mbalc opened 3 years ago

mbalc commented 3 years ago

Running the release binary on my Arch Linux results in

(lyricfier:248195): Pango-ERROR **: 17:05:32.714: Harfbuzz version too old (1.4.2)

[1]    248195 trace trap (core dumped)  ./lyricfier

and the program exits with an error

Mrbinaer commented 3 years ago

After fixing this I also had the problem of lycrifier not connection to spotify.

It worked after using the fork from https://github.com/jakub-tucek/lyricfier/releases and then downloading the older pango library from https://archive.archlinux.org/packages/p/pango/pango-1%3A1.44.1-1-x86_64.pkg.tar.xz. From the pango-1 1.44.1-1-x86_64.pkg.tar.xz, under usr/lib/, you have to put the following files into the lyricfier folder:

After that lyricfier works for me.