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

Harfbuzz version too old error #108

Open
mbalc opened this issue Feb 5, 2021 · 1 comment
Open

Harfbuzz version too old error #108

mbalc opened this issue Feb 5, 2021 · 1 comment

Comments

@mbalc
Copy link

mbalc commented Feb 5, 2021

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
Copy link

Mrbinaer commented Jun 27, 2021

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:

  • libpango-1.0.so.0
  • libpango-1.0.so.0.4400.1
  • libpangocairo-1.0.so.0
  • libpangocairo-1.0.so.0.4400.1
  • libpangoft2-1.0.so.0
  • libpangoft2-1.0.so.0.4400.1

After that lyricfier works for me.

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

2 participants