[Bug 1191135] New: Improve 'out of the box' emoji support: Pre-install necessary packages and set-up configuration
http://bugzilla.opensuse.org/show_bug.cgi?id=1191135 Bug ID: 1191135 Summary: Improve 'out of the box' emoji support: Pre-install necessary packages and set-up configuration Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: openSUSE Tumbleweed Status: NEW Severity: Enhancement Priority: P5 - None Component: KDE Workspace (Plasma) Assignee: opensuse-kde-bugs@opensuse.org Reporter: postix@posteo.eu QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- openSUSE TW KDE uses `Noto Sans` and `Hack` as default fonts. Unfortunately vanilla openSUSE TW KDE lacks the support to proper display emojis throughout the entire system. In many apps emojis are replaced by some b/w simplified 'emoji' or only displayed as a rectangle. This can be easily fixed by * Installing `noto-coloremoji-fonts` and `noto-emojiregular-fonts` * Setting up a corresponding configuration in `~/.config/fontconfig/fonts.conf` ``` <?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> </fontconfig> ``` It would therefore be very convenient if openSUSE TW KDE would come pre-installed with these packages and configuration. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1191135 Alex Debus <postix@posteo.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |postix@posteo.eu -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1191135 http://bugzilla.opensuse.org/show_bug.cgi?id=1191135#c6 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jon@moozaad.co.uk --- Comment #6 from Andreas Stieger <Andreas.Stieger@gmx.de> --- *** Bug 1152373 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com