-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
error when run cat ~/.config/emoji #125
Comments
I was able to fix it downloading the font Symbola that have a lot of representations for emojis |
Thanks! |
This error seems to be from Xft (the font drawing library) and not from st, as noted in st's FAQ, there it suggests to either not use color emoji fonts, disable its usage in the fontconfig configuration or use the ugly workaround (which I use and can say it works perfectly), by adding it in one of the font loading functions in For those who want to use the ugly workaround, The code suggested in the FAQ requires that there is a FcPattern called fcpattern, and there's only one function that has that: |
Using symbola ( |
There is only one function call: |
Hi, Luke!
There is smth wrong in st
the error when I run st from default terminal - gnome-terminal on Manjaro
give
~ ❯❯❯ st
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 139 (RENDER)
Minor opcode of failed request: 20 (RenderAddGlyphs)
Serial number of failed request: 4315
Current serial number in output stream: 4467
The emoji is your emoji file
On tilix or gnome-terminal there is no error and terminal doesn'n crash.
The text was updated successfully, but these errors were encountered: