| Summary: | Emoji Picker should show font used and Unicode code point of a glyph | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | skierpage <info> |
| Component: | Emoji Selector | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | i, kde, kde, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.18.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
skierpage
2020-07-11 01:42:20 UTC
Feels like the real fix is in the Fedora packaging. I'm not sure how your proposal would help a person fix it, or indicate what the problem is. Can you clarify? (In reply to Nate Graham from comment #1) > Feels like the real fix is in the Fedora packaging. Yes, I filed a bug in Redhat bugzilla for that, sorry for any confusion. Here I'm motivating my request for the Emoji Picker to display more info. This bug's priority should probably be enhancement or wishlist. > I'm not sure how your > proposal would help a person fix it, or indicate what the problem is. Can > you clarify? Demonstrably, the Emoji Picker can show missing glyphs and a mix of emoji styles; others have reported these problems (again yes, they are usually distro issues). If the Emoji Picker displayed the code point of missing glyphs then I would be able to check if the Unicode coverage of alternative emoji fonts includes the empty code points; if the Emoji Picker showed the font from which each rendered glyph came, I would understand why emoji styles don't match and have a guide as to how to adjust font config priorities to favor the emoji font I prefer. Generally, more info is A Good Thing, as kfontview and GuCharMap show. Could we detect if there are missing symbols and show an inline message a la "Your font config is borked"? >Could we detect if there are missing symbols and show an inline message a la "Your font config is borked"?
Using our normal set of high level Qt API, no.
We have fixed the toufu/B&W emoji rendering issue https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/158 Please try Plasma 5.20 when it arrived in Fedora. You can run 'fc-match emoji' and the result should be: NotoColorEmoji.ttf: "Noto Color Emoji" "Regular" If not, you might installed some B/W emoji fonts, like "Noto Emoji" (it has been deprecated and should be removed from distros). Yeah, this is a workaround for a bug. We should just fix the bug. :) |