[kde] [Bug 493335] New: Emoji Bug in KDE Notifications Caused by QT, Present Since 2019
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Wed Sep 18 20:07:26 BST 2024
https://bugs.kde.org/show_bug.cgi?id=493335
Bug ID: 493335
Summary: Emoji Bug in KDE Notifications Caused by QT, Present
Since 2019
Classification: I don't know
Product: kde
Version: unspecified
Platform: unspecified
OS: Other
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: musicalstrength27 at gmail.com
Target Milestone: ---
Created attachment 173841
--> https://bugs.kde.org/attachment.cgi?id=173841&action=edit
Picture showing the bug
Hi. The bug I'm referring to has been present since at least 2019 in every
linux distribution with KDE. It concerns the correct display of colored emojis.
This is a Qt bug that still hasn't been fixed. For example, when I receive
messages with colored emojis via Discord, and a notification pops up, one emoji
is colored while the rest are white without a background. It looks strange and
off-putting to me. This should be fixed. I'm attaching an image of how it
looks.
You can temporarily fix this by typing sudo nano
~/.config/fontconfig/fonts.conf and pasting and save this content there:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>Noto Sans</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Sans</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Noto Sans</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<dir>~/.fonts</dir>
<match target="font">
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
</fontconfig>
Here is the link to the page where this bug was reported:
https://bugreports.qt.io/browse/QTBUG-80434
Please fix it, I believe that once it's resolved, everyone, including me, will
be happy :-)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list