-
Notifications
You must be signed in to change notification settings - Fork 337
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
Pango-ERROR: Harfbuzz version too old (1.2.7) #154
Comments
I'm getting the same error and I solved when downgraded pango to v1.42 |
Same here on Fedora 31 (Kernel 5.3.16-300.fc31.x86_64). For more information see linked issue above this comment. |
How did you downgrade it? |
via terminal I've installed pango-ubuntu yay -S pango-ubuntu Please make sure you have a backup before run it. |
FYI downgrading pango breaks both nautilus and nemo file explorers on Manjaro latest. I have no other workaround at the moment but to use graphiql-app in VM. |
try to downgrade via terminal instead. if you use pamac to install any pango its really break not only your nemo or nautilus but manjaro too. |
@clpacheco90 Thank you for the tip, still breaks the file browsers for me though. I'm trying to build from source instead without much luck. I may just table this until Ubuntu 20.04 is a little more mature and see if it'll run on that. |
Same Issue for me on Ubuntu 20. |
@tuanquynh0508 Try the Kong/insomnia.rest project, it works for me, only downside is it doesn't support websockets/subscriptions. |
Same problem, no matter which graphiql-app version I try.
According to the comments here electron/electron#20348 the issue is fixed by updating to a newer version of Electron. You could try:
But I couldn't get this to work myself. |
Here is a workaround / hack, continuing from the steps in my comment above. Follow this guide https://codereviewvideos.com/blog/how-i-fixed-uglifyjs-unexpected-token-name-dropin/ to install You also need to add this electron/electron#18139 (comment) to the electron config in I also installed After that I could do Then I moved this file to my preferred location and ran Alternatively use this app https://altair.sirmuel.design/ instead. |
Hi Dlford, |
Met the same problem with old app. on new OS FOSSA(Xenial & Bionic not shows). Caused by new pango libary not match old application. ig: starup in /u/tool/moeditor, run Moeditor shows the error message:
check dependancies:
Get OLD libpan*_VERSION.deb from libpango-1.0-0 (1.42.4-7) https://packages.ubuntu.com/bionic/libs/libpango-1.0-0 libpangocairo-1.0-0 (1.42.4-7) https://packages.ubuntu.com/bionic/libpangocairo-1.0-0 libpangoft2-1.0-0 (1.42.4-7) https://packages.ubuntu.com/bionic/libpangoft2-1.0-0 extract those libs to root of Moeditor $PATH, ig:
make sure the symbo link correct to right APP_ROOT path!! That's all, Markdown Editor runs as on Xenial did before. |
Thank you, it actually works like a charm :) |
When trying to run the AppImage on Arch Linux with the latest version of Gnome/GDM and
pango
version1.44.6
I get the following error:Seems like the bundled version of harfbuzz is too old? I'm not familiar with AppImages so I'm not sure exactly which libraries it would be using.
The text was updated successfully, but these errors were encountered: