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 (1.2.7) on Fedora #1126

Closed
Crease29 opened this issue Dec 18, 2019 · 4 comments
Closed

Harfbuzz version too old (1.2.7) on Fedora #1126

Crease29 opened this issue Dec 18, 2019 · 4 comments
Labels

Comments

@Crease29
Copy link

Crease29 commented Dec 18, 2019

Hi,

I can't run the AppImage on Fedora 31 (Kernel 5.3.16-300.fc31.x86_64):

./graphiql-app-0.7.2-x86_64.AppImage 
installed: X-AppImage-BuildId=24b6ccb0-2df4-11a8-2ae7-31fb38ad6b4e image: X-AppImage-BuildId=24b6ccb0-2df4-11a8-2ae7-31fb38ad6b4e

(graphiql-app:36844): Pango-ERROR **: 19:15:40.473: Harfbuzz version too old (1.2.7)

[1]    36844 trace trap (core dumped)  ./graphiql-app-0.7.2-x86_64.AppImage

Anyone knows this issue?

Pango version:    1.44.7-1.fc31
Harfbuzz version: 2.6.1-2.fc31
@acao
Copy link
Member

acao commented Dec 19, 2019

hey @Crease29 ! thanks for reporting this. I think this might be a particular issue with your Harfbuzz implementation, which seems to package graphiql in some way, I'm guessing for a native c++ app with a webview? Either way, after looking into Harfbuzz a bit, it looks like a really cool project and I'm stoked to see it's making use of GraphiQL!

it's not clear to me where they are bundling GraphiQL or how, if the maintainer of this Harfbuzz graphiql implementation has any questions that we can answer from the javascript side, let me know!

@Crease29
Copy link
Author

I'm not exactly sure why it uses harfbuzz, but I just downloaded the AppImage file from the artifacts of the latest release here on github. Either it's Fedora trying to render the view with it or something else. So you're not actively using it in GraphiQL?

@acao
Copy link
Member

acao commented Dec 23, 2019

@Crease29 we are not actively using Harfbuzz at all, on the contrary I think that it is using graphiql in some way that we don't know, which is common. there are so so many userspace implementations of graphiql that we cannot keep track of them (that's a really good problem to have!).

@benjie
Copy link
Member

benjie commented Jan 10, 2020

(For future visitors, I believe this is an issue in @skevy's GraphiQL.app; you can find the relevant issue here: skevy/graphiql-app#154)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants