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

Qt Warning: load glyph failed #11

Open
ufechner7 opened this issue Oct 8, 2023 · 1 comment
Open

Qt Warning: load glyph failed #11

ufechner7 opened this issue Oct 8, 2023 · 1 comment

Comments

@ufechner7
Copy link
Contributor

ufechner7 commented Oct 8, 2023

When running the example basic/board.jl or grid.jl I get the following warnings:

julia> include("grid.jl")
Qt Warning: load glyph failed err=7 face=0x22bb330, glyph=272 ((null):0, (null))
Qt Warning: load glyph failed err=7 face=0x22bb330, glyph=272 ((null):0, (null))
Qt Warning: load glyph failed err=7 face=0x22bb330, glyph=919 ((null):0, (null))
Qt Warning: load glyph failed err=7 face=0x22bb330, glyph=919 ((null):0, (null))

This is on Ubuntu 22.04.

Any idea?

@barche
Copy link
Owner

barche commented Oct 8, 2023

I think it's a font issue, for me on Arch Linux some emoji don't render at all in the GUI, and none of them are in color. The solution would probably be to set the font in QML, but I don't know how to do that reliably so it works on all platforms.

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