diff options
Diffstat (limited to 'itches/tracker.org')
| -rw-r--r-- | itches/tracker.org | 61 |
1 files changed, 56 insertions, 5 deletions
diff --git a/itches/tracker.org b/itches/tracker.org index f4930ef..982e05f 100644 --- a/itches/tracker.org +++ b/itches/tracker.org @@ -1,15 +1,66 @@ * openSUSE -** DONE [[opensuse:1172058][Pandoc missing manpage]] +** Pandoc +*** TODO [[boo:1172058]] Missing manpage :PROPERTIES: :Role: watcher :PatchApplied: t :END: -Solved with [[obs:908163]]. -** DONE [[obs:945127]] Upload Noto Color Emoji release for Unicode 14.0 +- Solved with [[obs:908163]], +- Regressed with [[obs:953416]] (version bump), +- Solved again with [[obs:963365]], +- Regressed again some time later. + +Need either more info from packagers, or more time to study the +packaging workflow by myself. +** Fonts +*** Fontconfig +**** TODO [[boo:1223434]] Aliased rendering of emoji in Firefox +Notes from the debugging trenches: + +=~/.config/fontconfig/=: +#+begin_src xml +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + <!-- + 2025-01-11: Explicitly include conf.d. Should not be needed: + fc-conflist successfully loads files from this folder without + the explicit request, but Firefox does not 🤨 + --> + <include>conf.d</include> +</fontconfig> +#+end_src + +=~/.config/fontconfig/conf.d/1-boo1223434-emoji.conf=: +#+begin_src xml +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + <!-- 2025-01-11: https://bugzilla.opensuse.org/show_bug.cgi?id=1223434 --> + <!-- + This antialias tweak fixes emoji jaggies in Firefox; + unfortunately it also breaks emoji for other applications? So + disabled for now. + + FC_DEBUG=15 might shed some light, by searching for 'Substitute + Edit antialias' messages applied on Noto Color Emoji. + --> + <!-- <match target="font"> --> + <!-- <test qual="any" name="family" compare="contains"> --> + <!-- <string>emoji</string> --> + <!-- </test> --> + <!-- <edit name="antialias" mode="assign"> --> + <!-- <bool>true</bool> --> + <!-- </edit> --> + <!-- </match> --> +</fontconfig> +#+end_src +*** Noto Color Emoji +**** DONE [[obs:945127]] Unicode 14.0 release :PROPERTIES: :Role: author :PatchApplied: t :END: * COMMENT File-local variables -#+LINK: opensuse https://bugzilla.opensuse.org/show_bug.cgi?id= -#+LINK: obs https://build.opensuse.org/request/show/ +#+LINK: boo https://bugzilla.opensuse.org/show_bug.cgi?id= +#+LINK: obs https://build.opensuse.org/request/show/ |
