-
Notifications
You must be signed in to change notification settings - Fork 43
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
Had to install CJK fonts separately #334
Comments
The package does bundle an emoji font: com.discordapp.Discord/com.discordapp.Discord.json Lines 31 to 52 in e568bb3
Not sure why it wasn't working for you. |
my guess, is that as Twemoji is owned by twitter, and we all know the mess that it become since a year ago, twemoji stopped updating the opensource project(the emoji used in twitter itself has the new emojis from spec 15, but they aren't on github) twitter/twemoji#570 |
We're still pushing twemoji updates here |
The Twemoji font we bundle with this Discord package is very outdated, and that's likely why you're missing a few glyphs. However, in my humble opinion, no Flatpak app should be bundling any fonts whatsoever, unless they have a very strong reason to do so. I'm not sure if other collaborators agree with this, but I personally am in favor of removing the Twemoji TTF from this package completely. Manually installing emoji fonts from your distro's packages makes much more sense for me, because then it's the user who controls what emoji font he wants, e.g. they might prefer noto-emoji instead of Twemoji...
Thank you for that, but it looks like you don't publish the TTFs yet, so it's not very useful for us at this moment. |
Hi, I was getting missing characters and emojis in Discord from Flathub (OpenSUSE Tumbleweed).
After installing
google-noto-sans-cjk-fonts
it got fixed.Just wanted to suggest it fixed or made part of the packagea for a better out of the box experience.
Best regards
The text was updated successfully, but these errors were encountered: