summaryrefslogtreecommitdiff
path: root/itches/tracker.org
blob: 982e05f40ff8d88a411a250b4e71450cc5ea9107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
* openSUSE
** Pandoc
*** TODO [[boo:1172058]] Missing manpage
:PROPERTIES:
:Role:     watcher
:PatchApplied: t
:END:
- 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: boo     https://bugzilla.opensuse.org/show_bug.cgi?id=
#+LINK: obs     https://build.opensuse.org/request/show/