On Mon, 18 Oct 2021 21:03:33 -0700, Paul E. McKenney wrote: > On Tue, Oct 19, 2021 at 11:06:41AM +0900, Akira Yokosawa wrote: >> When built on Ubuntu Focal, Figure 3.9 >> (cartoons/r-2014-CPU-track-meet-phone-booth.pdf) does not have the >> "TELE" sign. >> >> Ubuntu Hirsute and Fedora 34 don't have this issue, so it looks >> like Ubuntu Focal lacks some configs for font-name aliases under >> /etc/fonts/. >> >> As a workaround, add patterns taking care of "URL Gothic". >> >> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> >> --- >> Hi Paul, >> >> I'm not sure if you have the same issue on your Ubuntu 20.04, >> but I noticed it and tested the workaround on the container image at >> docker.io/akiyks/perfbook-build-focal:latest. > > I did not notice until just now. ;-) > > I built a Fedora system, and it shows the "TELE" just fine even without > this change. But even with this change, I do not see the "TELE" on > Ubuntu 20.04. Quite possibly because I am missing fonts? Or you might have failed to remove cartoons/r-2014-CPU-track-meet-phone-booth.pdf before rebuilding with this change?? Still no "TELE"? What does "fc-list | grep "URW Gothic" say? Thanks, Akira > > Thanx, Paul > >> Thanks, Akira [...]