You are not logged in.
Some time ago, I ran an update on my desktop and, after rebooting, my default monospace font had changed from dejavu to something else. At the time I didn't really bother with it, and just changed all my apps and gnome to use dejavu instead of whatever that one is, but it's bothering me to change all the fonts manually on all my apps.
Running `fc-match monospace` returns:
ipag.ttf: "IPAGothic" "Regular"
Which, if I researched correctly, is a non-latin font. While the font IS ugly, which does bother me, the really big problem is that it renders backslashes as the Yen sign, and it makes things pretty difficult to read at times.
I've tried messing around with the linked files at /etc/fonts/conf.d/, and I've tried adding a new file there that gave preference to noto-sans-mono, but I have been unable to solve this problem, and I'm honestly not fully grasping how font config works in this setup.
Anyway, I'm sure that this is not the preferred/default setup for font config, but I don't know what I did differently. I've attempted uninstalling and reinstalling font-config, as well as uninstalling all of my non-latin fonts, but it doesn't seem to change my issue at all.
So, does anyone know how to solve this problem? Or have a suggestion of where I could look? Is there a way to tell which file/rule fc is matching from a font name? In case there's some additional file that's not part of the packages that is messing something up.
Thanks.
Last edited by HuFlungDu (2018-09-21 21:20:30)
Offline
Does this help? https://wiki.archlinux.org/index.php/Fo … ault_fonts
Offline
I tried doing what it shows as the second option, in my user font config, but it didn't seem to work. I didn't do the first one because it seems kinda hacky, and I'm pretty sure that my font-config is kinda broken, and would rather fix it. If I can't solve the underlying problem, I'll probably use that solution.
Offline
First, let's see what's there:
fc-list :spacing=mono
ipag.ttf is provided by otf-ipafont and seems only referenced in /etc/fonts/conf.avail/65-nonlatin.conf - did you link/copy that file into /etc/fonts/conf.d/ ?
Finally let's please see your attempted ~/.config/fontconfig/fonts.conf - then try
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>monospace</family>
<prefer><family>DejaVu Sans Mono</family></prefer>
</alias>
</fontconfig>
Offline
fc-list :spacing=mono
Results in this:
/usr/share/fonts/gsfonts/NimbusMonoPS-BoldItalic.otf: Nimbus Mono PS:style=Bold Italic
/usr/share/fonts/misc/micro.pcf.gz: micro.pcf:style=Regular
/usr/share/fonts/mathjax/HTML-CSS/TeX/woff/MathJax_Vector-Bold.woff: MathJax_Vector\-Bold:style=Bold
/usr/share/fonts/TTF/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book
/usr/share/fonts/TTF/cour.ttf: Courier New:style=Regular,Normal,obyčejné,Standard,Κανονικά,Normaali,Normál,Normale,Standaard,Normalny,Обычный,Normálne,Navadno,thường,Arrunta
/usr/share/fonts/gsfonts/NimbusMonoPS-Regular.otf: Nimbus Mono PS:style=Regular
/usr/share/fonts/TTF/courbi.ttf: Courier New:style=Bold Italic,Negreta cursiva,tučné kurzíva,fed kursiv,Fett Kursiv,Έντονα Πλάγια,Negrita Cursiva,Lihavoitu Kursivoi,Gras Italique,Félkövér dőlt,Grassetto Corsivo,Vet Cursief,Halvfet Kursiv,Pogrubiona kursywa,Negrito Itálico,Полужирный Курсив,Tučná kurzíva,Fet Kursiv,Kalın İtalik,Krepko poševno,Lodi etzana
/usr/share/fonts/TTF/andalemo.ttf: Andale Mono:style=Regular,Normal,obyčejné,Standard,Κανονικά,Normaali,Normál,Normale,Standaard,Normalny,Обычный,Normálne,Navadno,Arrunta
/usr/share/fonts/gsfonts/NimbusMonoPS-Bold.otf: Nimbus Mono PS:style=Bold
/usr/share/fonts/mathjax/HTML-CSS/TeX/woff/MathJax_Vector-Regular.woff: MathJax_Vector:style=Regular
/usr/share/fonts/TTF/DejaVuSansMono-Oblique.ttf: DejaVu Sans Mono:style=Oblique
/usr/share/fonts/misc/deccurs.pcf.gz: deccurs.pcf:style=Regular
/usr/share/fonts/misc/cursor.pcf.gz: cursor.pcf:style=Regular
/usr/share/fonts/OpenImageIO/DroidSansMono.ttf: Droid Sans Mono:style=Regular
/usr/share/fonts/gsfonts/NimbusMonoPS-Italic.otf: Nimbus Mono PS:style=Italic
/usr/share/fonts/TTF/couri.ttf: Courier New:style=Italic,Cursiva,kurzíva,kursiv,Πλάγια,Kursivoitu,Italique,Dőlt,Corsivo,Cursief,Kursywa,Itálico,Курсив,İtalik,Poševno,nghiêng,Etzana
/usr/share/fonts/TTF/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold
/usr/share/fonts/misc/decsess.pcf.gz: decsess.pcf:style=Regular
/usr/share/fonts/TTF/DejaVuSansMono-BoldOblique.ttf: DejaVu Sans Mono:style=Bold Oblique
/usr/share/fonts/TTF/courbd.ttf: Courier New:style=Bold,Negreta,tučné,fed,Fett,Έντονα,Negrita,Lihavoitu,Gras,Félkövér,Grassetto,Vet,Halvfet,Pogrubiony,Negrito,Полужирный,Fet,Kalın,Krepko,đậm,Lodia
As for the second bit, I used ~/.config/fontconfig/conf.d/99-user.conf, rather that fonts.conf.
Either way, using the one you put out (be it in fonts.conf or 99-user.conf) doesn't change anything. Not sure if I have to do a reload after doing that (or how I would do that besides rebooting).
Is that the preferred way to handle this? I never had to set it like that before, and I don't remember what changed to cause that issue.
Offline
That IPA thing does not even register as monospace…
grep -r IPAGothic /etc/fonts/conf.d/
should give you an idea what configures it.
As to why it's not matched, try eg.
strace fc-match monospace 2>&1 | grep font
n which config files are actually touched when.
Offline
It seems to be being set as monospace in /etc/fonts/conf.d/65-nonlatin.conf, shown below:
<alias>
<family>monospace</family>
<prefer>
<family>Miriam Mono</family> <!-- hebrew -->
<family>VL Gothic</family>
<family>IPAMonaGothic</family>
<family>IPAGothic</family>
That's the only place it shows up.
As for strace, it seems to touch all the files that are interesting, including 99-user.conf. However, it appears to be reading 99-user.conf BEFORE 65-nonlatin.conf, which would probably explain why it is being overwritten, I guess. It does have this error, which only shows up for my user confs:
readlink("/home/josiah/.config/fontconfig/conf.d/99-user.conf", 0x7ffe2bf7ccd0, 4095) = -1 EINVAL (Invalid argument)
Offline
Because it's not a symbolic link, that's harmless.
/etc/fonts/conf.d/65-nonlatin.conf is (as previously mentioned) the natural contender to cause this - it's probably there because "HuFlungDu" has some Asian ring to it ;-)
The order fontconfig applies to the config files has been questioned previously, but I can tell you that ~/.config/fontconfig/fonts.conf or ~/.config/fontconfig/conf.d/99-monospace.conf beats everything in /etc/fonts/conf.d/ here.
To be sure: "fc-match monospace" doesn't update despite those config files? You do not use some GUI client as testcase?
As last resort and in case you don't mind, remove /etc/fonts/conf.d/65-nonlatin.conf (should be a symlink) and if you need some of its config, add that to your ~/.config/fontconfig/* stuff instead.
Offline
Yeah, I'm using fc-match.
Even after deleting 65-nonlatin.conf, it's still giving me IPAGothic.
Using strace on fc-match, it's still accessing /etc/fonts/conf.avail/65-nonlatin.conf (note: conf.avail vs conf.d). After removing it from there, it stop accessing that file (obviously), but it STILL shows IPAGothic.
grep -R IPAGothic /etc/fonts/conf.avail/
Now shows no matches, so I don't know where it's getting that from at this point.
For order, I'm just looking at the output order from strace. ~/.config/fontconfig/conf.d/99-user.conf happens right after /etc/fonts/conf.d/50-user.conf, but that's just read time, it's possible that it reorders them after reading them.
However, if I uninstall "otf-ipafont", it DOES change fc-match monospace, but it changes it to Arial, for some reason.
Offline
Can you please post the complete "strace fc-match monospace 2>&1 | grep font"?
Soemthing is vastly off the rails here - you've several monospace fonts installed, but the system keeps matching variable width fonts.
Offline
$ strace fc-match monospace 2>&1 | grep font
openat(AT_FDCWD, "/usr/lib/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 3
access("/etc/fonts/fonts.conf", R_OK) = 0
access("/etc/fonts/fonts.conf", R_OK) = 0
readlink("/etc/fonts/fonts.conf", 0x7ffd2d593b90, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/fonts.conf", {st_mode=S_IFREG|0644, st_size=2565, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/fonts.conf", O_RDONLY|O_CLOEXEC) = 3
access("/etc/fonts/conf.d", R_OK) = 0
access("/etc/fonts/conf.d", R_OK) = 0
readlink("/etc/fonts/conf.d", 0x7ffd2d5904a0, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/10-hinting-slight.conf", "/etc/fonts/conf.avail/10-hinting"..., 4095) = 44
stat("/etc/fonts/conf.avail/10-hinting-slight.conf", {st_mode=S_IFREG|0644, st_size=696, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/10-hinting-slight.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK) = 0
access("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", "/etc/fonts/conf.avail/10-scale-b"..., 4095) = 48
stat("/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf", {st_mode=S_IFREG|0644, st_size=2228, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", R_OK) = 0
access("/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", "../conf.avail/20-unhint-small-de"..., 4095) = 51
openat(AT_FDCWD, "/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", R_OK) = 0
access("/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", "../conf.avail/20-unhint-small-de"..., 4095) = 46
openat(AT_FDCWD, "/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", R_OK) = 0
access("/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", "../conf.avail/20-unhint-small-de"..., 4095) = 47
openat(AT_FDCWD, "/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/20-unhint-small-vera.conf", R_OK) = 0
access("/etc/fonts/conf.d/20-unhint-small-vera.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/20-unhint-small-vera.conf", "/etc/fonts/conf.avail/20-unhint-"..., 4095) = 47
stat("/etc/fonts/conf.avail/20-unhint-small-vera.conf", {st_mode=S_IFREG|0644, st_size=1537, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/20-unhint-small-vera.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/30-metric-aliases.conf", R_OK) = 0
access("/etc/fonts/conf.d/30-metric-aliases.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/30-metric-aliases.conf", "/etc/fonts/conf.avail/30-metric-"..., 4095) = 44
stat("/etc/fonts/conf.avail/30-metric-aliases.conf", {st_mode=S_IFREG|0644, st_size=13274, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/30-metric-aliases.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/30-win32-aliases.conf", R_OK) = 0
access("/etc/fonts/conf.d/30-win32-aliases.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/30-win32-aliases.conf", "../conf.avail/30-win32-aliases.c"..., 4095) = 35
openat(AT_FDCWD, "/etc/fonts/conf.d/30-win32-aliases.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/40-nonlatin.conf", R_OK) = 0
access("/etc/fonts/conf.d/40-nonlatin.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/40-nonlatin.conf", "/etc/fonts/conf.avail/40-nonlati"..., 4095) = 38
stat("/etc/fonts/conf.avail/40-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=5424, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/40-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/44-source-han-sans-cn.conf", R_OK) = 0
access("/etc/fonts/conf.d/44-source-han-sans-cn.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/44-source-han-sans-cn.conf", "../conf.avail/44-source-han-sans"..., 4095) = 40
openat(AT_FDCWD, "/etc/fonts/conf.d/44-source-han-sans-cn.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/44-source-han-sans-jp.conf", R_OK) = 0
access("/etc/fonts/conf.d/44-source-han-sans-jp.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/44-source-han-sans-jp.conf", "../conf.avail/44-source-han-sans"..., 4095) = 40
openat(AT_FDCWD, "/etc/fonts/conf.d/44-source-han-sans-jp.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/44-source-han-sans-kr.conf", R_OK) = 0
access("/etc/fonts/conf.d/44-source-han-sans-kr.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/44-source-han-sans-kr.conf", "../conf.avail/44-source-han-sans"..., 4095) = 40
openat(AT_FDCWD, "/etc/fonts/conf.d/44-source-han-sans-kr.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/44-source-han-sans-tw.conf", R_OK) = 0
access("/etc/fonts/conf.d/44-source-han-sans-tw.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/44-source-han-sans-tw.conf", "../conf.avail/44-source-han-sans"..., 4095) = 40
openat(AT_FDCWD, "/etc/fonts/conf.d/44-source-han-sans-tw.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/44-wqy-microhei.conf", R_OK) = 0
access("/etc/fonts/conf.d/44-wqy-microhei.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/44-wqy-microhei.conf", "../conf.avail/44-wqy-microhei.co"..., 4095) = 34
openat(AT_FDCWD, "/etc/fonts/conf.d/44-wqy-microhei.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/45-generic.conf", R_OK) = 0
access("/etc/fonts/conf.d/45-generic.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/45-generic.conf", "/etc/fonts/conf.avail/45-generic"..., 4095) = 37
stat("/etc/fonts/conf.avail/45-generic.conf", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/45-generic.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/45-latin.conf", R_OK) = 0
access("/etc/fonts/conf.d/45-latin.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/45-latin.conf", "/etc/fonts/conf.avail/45-latin.c"..., 4095) = 35
stat("/etc/fonts/conf.avail/45-latin.conf", {st_mode=S_IFREG|0644, st_size=6600, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/45-latin.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/49-sansserif.conf", R_OK) = 0
access("/etc/fonts/conf.d/49-sansserif.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/49-sansserif.conf", "/etc/fonts/conf.avail/49-sansser"..., 4095) = 39
stat("/etc/fonts/conf.avail/49-sansserif.conf", {st_mode=S_IFREG|0644, st_size=799, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/49-sansserif.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/50-user.conf", R_OK) = 0
access("/etc/fonts/conf.d/50-user.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/50-user.conf", "/etc/fonts/conf.avail/50-user.co"..., 4095) = 34
stat("/etc/fonts/conf.avail/50-user.conf", {st_mode=S_IFREG|0644, st_size=911, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/50-user.conf", O_RDONLY|O_CLOEXEC) = 4
stat("/home/josiah/.config/fontconfig/conf.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/home/josiah/.config/fontconfig/conf.d", R_OK) = 0
access("/home/josiah/.config/fontconfig/conf.d", R_OK) = 0
readlink("/home/josiah/.config/fontconfig/conf.d", 0x7ffd2d58aca0, 4095) = -1 EINVAL (Invalid argument)
stat("/home/josiah/.config/fontconfig/conf.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/home/josiah/.config/fontconfig/conf.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4
access("/home/josiah/.config/fontconfig/conf.d/99-deepin.conf", R_OK) = 0
access("/home/josiah/.config/fontconfig/conf.d/99-deepin.conf", R_OK) = 0
readlink("/home/josiah/.config/fontconfig/conf.d/99-deepin.conf", 0x7ffd2d588b90, 4095) = -1 EINVAL (Invalid argument)
stat("/home/josiah/.config/fontconfig/conf.d/99-deepin.conf", {st_mode=S_IFREG|0644, st_size=2941, ...}) = 0
openat(AT_FDCWD, "/home/josiah/.config/fontconfig/conf.d/99-deepin.conf", O_RDONLY|O_CLOEXEC) = 5
access("/home/josiah/.config/fontconfig/conf.d/99-user.conf", R_OK) = 0
access("/home/josiah/.config/fontconfig/conf.d/99-user.conf", R_OK) = 0
readlink("/home/josiah/.config/fontconfig/conf.d/99-user.conf", 0x7ffd2d588b90, 4095) = -1 EINVAL (Invalid argument)
stat("/home/josiah/.config/fontconfig/conf.d/99-user.conf", {st_mode=S_IFREG|0644, st_size=208, ...}) = 0
openat(AT_FDCWD, "/home/josiah/.config/fontconfig/conf.d/99-user.conf", O_RDONLY|O_CLOEXEC) = 5
access("/home/josiah/.config/fontconfig/conf.d", R_OK) = 0
stat("/home/josiah/.config/fontconfig/fonts.conf", 0x7ffd2d58dd30) = -1 ENOENT (No such file or directory)
stat("/home/josiah/.config/fontconfig/fonts.conf", 0x7ffd2d58dd30) = -1 ENOENT (No such file or directory)
access("/home/josiah/.config/fontconfig/fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
access("/home/josiah/.config/fontconfig/fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
access("/home/josiah/.fonts.conf.d", R_OK) = -1 ENOENT (No such file or directory)
access("/home/josiah/.fonts.conf.d", R_OK) = -1 ENOENT (No such file or directory)
access("/home/josiah/.fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
access("/home/josiah/.fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/fonts/conf.d/51-local.conf", R_OK) = 0
access("/etc/fonts/conf.d/51-local.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/51-local.conf", "/etc/fonts/conf.avail/51-local.c"..., 4095) = 35
stat("/etc/fonts/conf.avail/51-local.conf", {st_mode=S_IFREG|0644, st_size=423, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/51-local.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/local.conf", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/fonts/local.conf", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", R_OK) = 0
access("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", "../conf.avail/57-dejavu-sans-mon"..., 4095) = 38
openat(AT_FDCWD, "/etc/fonts/conf.d/57-dejavu-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/57-dejavu-sans.conf", R_OK) = 0
access("/etc/fonts/conf.d/57-dejavu-sans.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/57-dejavu-sans.conf", "../conf.avail/57-dejavu-sans.con"..., 4095) = 33
openat(AT_FDCWD, "/etc/fonts/conf.d/57-dejavu-sans.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/57-dejavu-serif.conf", R_OK) = 0
access("/etc/fonts/conf.d/57-dejavu-serif.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/57-dejavu-serif.conf", "../conf.avail/57-dejavu-serif.co"..., 4095) = 34
openat(AT_FDCWD, "/etc/fonts/conf.d/57-dejavu-serif.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/60-generic.conf", R_OK) = 0
access("/etc/fonts/conf.d/60-generic.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/60-generic.conf", "/etc/fonts/conf.avail/60-generic"..., 4095) = 37
stat("/etc/fonts/conf.avail/60-generic.conf", {st_mode=S_IFREG|0644, st_size=2041, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/60-generic.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/60-latin.conf", R_OK) = 0
access("/etc/fonts/conf.d/60-latin.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/60-latin.conf", "/etc/fonts/conf.avail/60-latin.c"..., 4095) = 35
stat("/etc/fonts/conf.avail/60-latin.conf", {st_mode=S_IFREG|0644, st_size=2068, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/60-latin.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/65-fonts-persian.conf", R_OK) = 0
access("/etc/fonts/conf.d/65-fonts-persian.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/65-fonts-persian.conf", "/etc/fonts/conf.avail/65-fonts-p"..., 4095) = 43
stat("/etc/fonts/conf.avail/65-fonts-persian.conf", {st_mode=S_IFREG|0644, st_size=10293, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/65-fonts-persian.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/65-wqy-zenhei.conf", R_OK) = 0
access("/etc/fonts/conf.d/65-wqy-zenhei.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/65-wqy-zenhei.conf", "../conf.avail/65-wqy-zenhei.conf", 4095) = 32
openat(AT_FDCWD, "/etc/fonts/conf.d/65-wqy-zenhei.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/66-noto-mono.conf", R_OK) = 0
access("/etc/fonts/conf.d/66-noto-mono.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/66-noto-mono.conf", "/etc/fonts/conf.avail/66-noto-mo"..., 4095) = 39
stat("/etc/fonts/conf.avail/66-noto-mono.conf", {st_mode=S_IFREG|0644, st_size=326, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/66-noto-mono.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-unifont.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-unifont.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-unifont.conf", "/etc/fonts/conf.avail/69-unifont"..., 4095) = 37
stat("/etc/fonts/conf.avail/69-unifont.conf", {st_mode=S_IFREG|0644, st_size=847, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/69-unifont.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-bookman.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-bookman.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-bookman.conf", "../conf.avail/69-urw-bookman.con"..., 4095) = 33
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-bookman.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-c059.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-c059.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-c059.conf", "../conf.avail/69-urw-c059.conf", 4095) = 30
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-c059.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-d050000l.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-d050000l.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-d050000l.conf", "../conf.avail/69-urw-d050000l.co"..., 4095) = 34
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-d050000l.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-fallback-backwards.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-fallback-backwards.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-fallback-backwards.conf", "../conf.avail/69-urw-fallback-ba"..., 4095) = 44
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-fallback-backwards.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-fallback-generics.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-fallback-generics.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-fallback-generics.conf", "../conf.avail/69-urw-fallback-ge"..., 4095) = 43
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-fallback-generics.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-fallback-specifics.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-fallback-specifics.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-fallback-specifics.conf", "../conf.avail/69-urw-fallback-sp"..., 4095) = 44
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-fallback-specifics.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-gothic.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-gothic.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-gothic.conf", "../conf.avail/69-urw-gothic.conf", 4095) = 32
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-gothic.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", "../conf.avail/69-urw-nimbus-mono"..., 4095) = 40
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-nimbus-roman.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-nimbus-roman.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-nimbus-roman.conf", "../conf.avail/69-urw-nimbus-roma"..., 4095) = 38
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-nimbus-roman.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-nimbus-sans.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-nimbus-sans.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-nimbus-sans.conf", "../conf.avail/69-urw-nimbus-sans"..., 4095) = 37
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-nimbus-sans.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-p052.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-p052.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-p052.conf", "../conf.avail/69-urw-p052.conf", 4095) = 30
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-p052.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", "../conf.avail/69-urw-standard-sy"..., 4095) = 45
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-standard-symbols-ps.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/69-urw-z003.conf", R_OK) = 0
access("/etc/fonts/conf.d/69-urw-z003.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/69-urw-z003.conf", "../conf.avail/69-urw-z003.conf", 4095) = 30
openat(AT_FDCWD, "/etc/fonts/conf.d/69-urw-z003.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/80-delicious.conf", R_OK) = 0
access("/etc/fonts/conf.d/80-delicious.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/80-delicious.conf", "/etc/fonts/conf.avail/80-delicio"..., 4095) = 39
stat("/etc/fonts/conf.avail/80-delicious.conf", {st_mode=S_IFREG|0644, st_size=597, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/80-delicious.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/85-wqy-bitmapsong.conf", R_OK) = 0
access("/etc/fonts/conf.d/85-wqy-bitmapsong.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/85-wqy-bitmapsong.conf", "../conf.avail/85-wqy-bitmapsong."..., 4095) = 36
openat(AT_FDCWD, "/etc/fonts/conf.d/85-wqy-bitmapsong.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d/90-synthetic.conf", R_OK) = 0
access("/etc/fonts/conf.d/90-synthetic.conf", R_OK) = 0
readlink("/etc/fonts/conf.d/90-synthetic.conf", "/etc/fonts/conf.avail/90-synthet"..., 4095) = 39
stat("/etc/fonts/conf.avail/90-synthetic.conf", {st_mode=S_IFREG|0644, st_size=1868, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.d/90-synthetic.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.d", R_OK) = 0
access("/etc/fonts/conf.avail", R_OK) = 0
access("/etc/fonts/conf.avail", R_OK) = 0
readlink("/etc/fonts/conf.avail", 0x7ffd2d593b90, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
access("/etc/fonts/conf.avail/10-autohint.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-autohint.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-autohint.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-autohint.conf", {st_mode=S_IFREG|0644, st_size=706, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-autohint.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/10-hinting-full.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-hinting-full.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-hinting-full.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-hinting-full.conf", {st_mode=S_IFREG|0644, st_size=692, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-hinting-full.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/10-hinting-medium.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-hinting-medium.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-hinting-medium.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-hinting-medium.conf", {st_mode=S_IFREG|0644, st_size=696, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-hinting-medium.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/10-hinting-none.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-hinting-none.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-hinting-none.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-hinting-none.conf", {st_mode=S_IFREG|0644, st_size=692, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-hinting-none.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/10-hinting-slight.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-hinting-slight.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-hinting-slight.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/10-no-sub-pixel.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-no-sub-pixel.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-no-sub-pixel.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-no-sub-pixel.conf", {st_mode=S_IFREG|0644, st_size=723, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-no-sub-pixel.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", {st_mode=S_IFREG|0644, st_size=748, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-sub-pixel-bgr.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", {st_mode=S_IFREG|0644, st_size=748, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-sub-pixel-rgb.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", {st_mode=S_IFREG|0644, st_size=758, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-sub-pixel-vbgr.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", {st_mode=S_IFREG|0644, st_size=758, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-sub-pixel-vrgb.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/10-unhinted.conf", R_OK) = 0
access("/etc/fonts/conf.avail/10-unhinted.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/10-unhinted.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/10-unhinted.conf", {st_mode=S_IFREG|0644, st_size=701, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/10-unhinted.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/11-lcdfilter-default.conf", R_OK) = 0
access("/etc/fonts/conf.avail/11-lcdfilter-default.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/11-lcdfilter-default.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/11-lcdfilter-default.conf", {st_mode=S_IFREG|0644, st_size=771, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/11-lcdfilter-default.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", R_OK) = 0
access("/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", {st_mode=S_IFREG|0644, st_size=768, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/11-lcdfilter-legacy.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/11-lcdfilter-light.conf", R_OK) = 0
access("/etc/fonts/conf.avail/11-lcdfilter-light.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/11-lcdfilter-light.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/11-lcdfilter-light.conf", {st_mode=S_IFREG|0644, st_size=765, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/11-lcdfilter-light.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf", R_OK) = 0
access("/etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf", {st_mode=S_IFREG|0644, st_size=866, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf", R_OK) = 0
access("/etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf", {st_mode=S_IFREG|0644, st_size=856, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf", R_OK) = 0
access("/etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf", {st_mode=S_IFREG|0644, st_size=858, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/20-unhint-small-vera.conf", R_OK) = 0
access("/etc/fonts/conf.avail/20-unhint-small-vera.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/20-unhint-small-vera.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/25-unhint-nonlatin.conf", R_OK) = 0
access("/etc/fonts/conf.avail/25-unhint-nonlatin.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/25-unhint-nonlatin.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/25-unhint-nonlatin.conf", {st_mode=S_IFREG|0644, st_size=3489, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/25-unhint-nonlatin.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/30-metric-aliases.conf", R_OK) = 0
access("/etc/fonts/conf.avail/30-metric-aliases.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/30-metric-aliases.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/30-win32-aliases.conf", R_OK) = 0
access("/etc/fonts/conf.avail/30-win32-aliases.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/30-win32-aliases.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/30-win32-aliases.conf", {st_mode=S_IFREG|0644, st_size=620, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/30-win32-aliases.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/40-nonlatin.conf", R_OK) = 0
access("/etc/fonts/conf.avail/40-nonlatin.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/40-nonlatin.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/43-wqy-zenhei-sharp.conf", R_OK) = 0
access("/etc/fonts/conf.avail/43-wqy-zenhei-sharp.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/43-wqy-zenhei-sharp.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/43-wqy-zenhei-sharp.conf", {st_mode=S_IFREG|0644, st_size=743, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/43-wqy-zenhei-sharp.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/44-source-han-sans-cn.conf", R_OK) = 0
access("/etc/fonts/conf.avail/44-source-han-sans-cn.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/44-source-han-sans-cn.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/44-source-han-sans-cn.conf", {st_mode=S_IFREG|0644, st_size=575, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/44-source-han-sans-cn.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/44-source-han-sans-jp.conf", R_OK) = 0
access("/etc/fonts/conf.avail/44-source-han-sans-jp.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/44-source-han-sans-jp.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/44-source-han-sans-jp.conf", {st_mode=S_IFREG|0644, st_size=650, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/44-source-han-sans-jp.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/44-source-han-sans-kr.conf", R_OK) = 0
access("/etc/fonts/conf.avail/44-source-han-sans-kr.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/44-source-han-sans-kr.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/44-source-han-sans-kr.conf", {st_mode=S_IFREG|0644, st_size=650, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/44-source-han-sans-kr.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/44-source-han-sans-tw.conf", R_OK) = 0
access("/etc/fonts/conf.avail/44-source-han-sans-tw.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/44-source-han-sans-tw.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/44-source-han-sans-tw.conf", {st_mode=S_IFREG|0644, st_size=652, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/44-source-han-sans-tw.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/44-wqy-microhei.conf", R_OK) = 0
access("/etc/fonts/conf.avail/44-wqy-microhei.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/44-wqy-microhei.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/44-wqy-microhei.conf", {st_mode=S_IFREG|0644, st_size=2011, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/44-wqy-microhei.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/45-generic.conf", R_OK) = 0
access("/etc/fonts/conf.avail/45-generic.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/45-generic.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/45-latin.conf", R_OK) = 0
access("/etc/fonts/conf.avail/45-latin.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/45-latin.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/49-sansserif.conf", R_OK) = 0
access("/etc/fonts/conf.avail/49-sansserif.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/49-sansserif.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/50-user.conf", R_OK) = 0
access("/etc/fonts/conf.avail/50-user.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/50-user.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/51-local.conf", R_OK) = 0
access("/etc/fonts/conf.avail/51-local.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/51-local.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/57-dejavu-sans-mono.conf", R_OK) = 0
access("/etc/fonts/conf.avail/57-dejavu-sans-mono.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/57-dejavu-sans-mono.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/57-dejavu-sans-mono.conf", {st_mode=S_IFREG|0644, st_size=1201, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/57-dejavu-sans-mono.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/57-dejavu-sans.conf", R_OK) = 0
access("/etc/fonts/conf.avail/57-dejavu-sans.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/57-dejavu-sans.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/57-dejavu-sans.conf", {st_mode=S_IFREG|0644, st_size=1711, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/57-dejavu-sans.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/57-dejavu-serif.conf", R_OK) = 0
access("/etc/fonts/conf.avail/57-dejavu-serif.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/57-dejavu-serif.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/57-dejavu-serif.conf", {st_mode=S_IFREG|0644, st_size=1357, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/57-dejavu-serif.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/60-generic.conf", R_OK) = 0
access("/etc/fonts/conf.avail/60-generic.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/60-generic.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/60-latin.conf", R_OK) = 0
access("/etc/fonts/conf.avail/60-latin.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/60-latin.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/65-fonts-persian.conf", R_OK) = 0
access("/etc/fonts/conf.avail/65-fonts-persian.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/65-fonts-persian.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/65-khmer.conf", R_OK) = 0
access("/etc/fonts/conf.avail/65-khmer.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/65-khmer.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/65-khmer.conf", {st_mode=S_IFREG|0644, st_size=464, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/65-khmer.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/65-wqy-zenhei.conf", R_OK) = 0
access("/etc/fonts/conf.avail/65-wqy-zenhei.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/65-wqy-zenhei.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/65-wqy-zenhei.conf", {st_mode=S_IFREG|0644, st_size=2038, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/65-wqy-zenhei.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/66-noto-mono.conf", R_OK) = 0
access("/etc/fonts/conf.avail/66-noto-mono.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/66-noto-mono.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/66-noto-sans.conf", R_OK) = 0
access("/etc/fonts/conf.avail/66-noto-sans.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/66-noto-sans.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/66-noto-sans.conf", {st_mode=S_IFREG|0644, st_size=318, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/66-noto-sans.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/66-noto-serif.conf", R_OK) = 0
access("/etc/fonts/conf.avail/66-noto-serif.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/66-noto-serif.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/66-noto-serif.conf", {st_mode=S_IFREG|0644, st_size=310, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/66-noto-serif.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-unifont.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-unifont.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-unifont.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/69-urw-bookman.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-bookman.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-bookman.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-bookman.conf", {st_mode=S_IFREG|0644, st_size=1021, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-bookman.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-c059.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-c059.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-c059.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-c059.conf", {st_mode=S_IFREG|0644, st_size=1003, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-c059.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-d050000l.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-d050000l.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-d050000l.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-d050000l.conf", {st_mode=S_IFREG|0644, st_size=1022, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-d050000l.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", {st_mode=S_IFREG|0644, st_size=3257, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-fallback-backwards.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-fallback-generics.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-fallback-generics.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-fallback-generics.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-fallback-generics.conf", {st_mode=S_IFREG|0644, st_size=2727, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-fallback-generics.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", {st_mode=S_IFREG|0644, st_size=3777, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-fallback-specifics.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-gothic.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-gothic.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-gothic.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-gothic.conf", {st_mode=S_IFREG|0644, st_size=913, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-gothic.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", {st_mode=S_IFREG|0644, st_size=899, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", {st_mode=S_IFREG|0644, st_size=877, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-nimbus-roman.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", {st_mode=S_IFREG|0644, st_size=1572, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-nimbus-sans.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-p052.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-p052.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-p052.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-p052.conf", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-p052.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", {st_mode=S_IFREG|0644, st_size=1061, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/69-urw-z003.conf", R_OK) = 0
access("/etc/fonts/conf.avail/69-urw-z003.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/69-urw-z003.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/69-urw-z003.conf", {st_mode=S_IFREG|0644, st_size=865, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/69-urw-z003.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/70-no-bitmaps.conf", R_OK) = 0
access("/etc/fonts/conf.avail/70-no-bitmaps.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/70-no-bitmaps.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/70-no-bitmaps.conf", {st_mode=S_IFREG|0644, st_size=487, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/70-no-bitmaps.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/70-yes-bitmaps.conf", R_OK) = 0
access("/etc/fonts/conf.avail/70-yes-bitmaps.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/70-yes-bitmaps.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/70-yes-bitmaps.conf", {st_mode=S_IFREG|0644, st_size=487, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/70-yes-bitmaps.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/80-delicious.conf", R_OK) = 0
access("/etc/fonts/conf.avail/80-delicious.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/80-delicious.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/etc/fonts/conf.avail/85-wqy-bitmapsong.conf", R_OK) = 0
access("/etc/fonts/conf.avail/85-wqy-bitmapsong.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/85-wqy-bitmapsong.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
stat("/etc/fonts/conf.avail/85-wqy-bitmapsong.conf", {st_mode=S_IFREG|0644, st_size=391, ...}) = 0
openat(AT_FDCWD, "/etc/fonts/conf.avail/85-wqy-bitmapsong.conf", O_RDONLY|O_CLOEXEC) = 4
access("/etc/fonts/conf.avail/90-synthetic.conf", R_OK) = 0
access("/etc/fonts/conf.avail/90-synthetic.conf", R_OK) = 0
readlink("/etc/fonts/conf.avail/90-synthetic.conf", 0x7ffd2d591a80, 4095) = -1 EINVAL (Invalid argument)
access("/usr/share/fonts/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/3556ef50-c1bb-48cf-a38d-5b1f64f5d9cf-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/local/share/fonts/.uuid", F_OK) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/fonts", 0x7ffd2d596b60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/share/fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/fonts", 0x7ffd2d596ac0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/fonts", 0x7ffd2d596bb0) = -1 ENOENT (No such file or directory)
access("/home/josiah/.local/share/fonts/.uuid", F_OK) = -1 ENOENT (No such file or directory)
stat("/home/josiah/.local/share/fonts", 0x7ffd2d596b60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/josiah/.local/share/fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/josiah/.local/share/fonts", 0x7ffd2d596ac0) = -1 ENOENT (No such file or directory)
stat("/home/josiah/.local/share/fonts", 0x7ffd2d596bb0) = -1 ENOENT (No such file or directory)
access("/home/josiah/.fonts/.uuid", F_OK) = -1 ENOENT (No such file or directory)
stat("/home/josiah/.fonts", 0x7ffd2d596b60) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/josiah/.fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/home/josiah/.fonts", 0x7ffd2d596ac0) = -1 ENOENT (No such file or directory)
stat("/home/josiah/.fonts", 0x7ffd2d596bb0) = -1 ENOENT (No such file or directory)
access("/usr/share/fonts/100dpi/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/100dpi/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/100dpi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/100dpi", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/4973e5b0-2459-4717-998e-61bffc9e6f3e-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/75dpi/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/75dpi/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/75dpi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/75dpi", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/cdfd1408-f72b-4953-bf0f-92499409b13e-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/OTF/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/OTF/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/OTF", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/OTF", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/de669659-407e-4735-b287-42377751b65b-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/OpenImageIO/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/OpenImageIO/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/OpenImageIO", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/OpenImageIO", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/11dbce99-1413-4933-b231-7133e8cc0cc6-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/TTF/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/TTF/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/TTF", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/TTF", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/af153303-b712-4422-86d9-6b481d02cfef-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/Type1/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/Type1/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/Type1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/Type1", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/80cd9a9d-4775-4fb3-acf4-bfefd04a755c-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/adobe-source-han-sans/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/adobe-source-han-sans/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/adobe-source-han-sans", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/adobe-source-han-sans", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/5117aec4-b6ba-4e3f-8ec0-a561d5bad159-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/cantarell/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/cantarell/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/cantarell", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/cantarell", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/8be02b48-c1ed-4c9b-8e66-95b1fec536ec-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/cyrillic/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/cyrillic/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/cyrillic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/cyrillic", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/b45ff680-78b1-4da2-89d4-4299154f9e0e-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/encodings/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/encodings/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/encodings", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/7aff44c2-3b90-488f-a267-821ea8f6b417-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/gsfonts/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/gsfonts/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/gsfonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/gsfonts", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/18badd85-e706-4176-9267-cfce062f159f-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/c42ee23b-faaa-4b7f-8d6e-c4a88a2ebca0-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/misc/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/misc/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/misc", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/misc", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/118ff09c-1f09-4d53-9798-a8338437e244-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/noto/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/noto/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/noto", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/noto", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/bc1d06d9-89b8-4747-b66a-dacd203ef389-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/oiio/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/oiio/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/oiio", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/oiio", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/0fa79c70-385a-4970-bc34-605d5ae6bc1d-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/util/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/util/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/util", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/util", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/694cd871-a9e4-4753-ba30-26732e1c8110-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/wenquanyi/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/wenquanyi/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/wenquanyi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/wenquanyi", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/91d00954-7e60-4da1-82a6-c5f843d59409-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/encodings/large/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/encodings/large/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/encodings/large", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/encodings/large", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/280fbfc2-f166-4b9a-b08b-03dccb258464-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/deffc4ea-8fd4-4845-a7b6-568933807403-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/wenquanyi/wqy-microhei/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/wenquanyi/wqy-microhei/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/wenquanyi/wqy-microhei", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/wenquanyi/wqy-microhei", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/83603f55-87cf-4619-b44b-d84f20b8bf37-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/wenquanyi/wqy-zenhei/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/wenquanyi/wqy-zenhei/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/wenquanyi/wqy-zenhei", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/wenquanyi/wqy-zenhei", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/b335fe40-3a27-4caa-ab47-db230f6b601d-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Asana-Math/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Asana-Math/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Asana-Math", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Asana-Math", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/94b7c611-efb8-4872-8806-a0d20a7a803d-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/0c2dcecd-3a91-402a-ad34-0176446fd27b-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/a1372862-1faa-4ad1-88d2-4a1148e055e5-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Latin-Modern", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Latin-Modern", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/d4bb1b1f-943c-4514-9a24-6f947eec6c9c-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Neo-Euler", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Neo-Euler", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/8df37410-2ed7-4bc9-9f25-c0070194e7b4-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/STIX-Web/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/STIX-Web/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/STIX-Web", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/STIX-Web", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/7dbac1b5-097d-4e55-9a45-5e8aa5e0d2c8-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/TeX/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/TeX/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/TeX", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/TeX", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/cfc30785-ba5f-4693-8c13-408f3700a209-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Asana-Math/woff/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Asana-Math/woff/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Asana-Math/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Asana-Math/woff", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/2e73db86-5631-455e-a466-8712565eae74-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/woff/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/woff/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/woff", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/d4aa3923-6cbd-41ad-bc91-01ad6bdaf391-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/woff/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/woff/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/woff", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/4f1133cb-7cd4-435f-b1fd-4db3c6b43d5c-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/woff/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/woff/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/woff", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/6d2ef89b-6cbd-4598-9051-4fceb3e11a9e-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/woff/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/woff/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/woff", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/8d56f470-dadf-4501-9e6d-1d1cbda718e4-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/STIX-Web/woff/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/STIX-Web/woff/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/STIX-Web/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/STIX-Web/woff", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/051820c1-e946-467c-9174-25b074f2d826-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
access("/usr/share/fonts/mathjax/HTML-CSS/TeX/woff/.uuid", F_OK) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/TeX/woff/.uuid", O_RDONLY|O_CLOEXEC) = 3
stat("/usr/share/fonts/mathjax/HTML-CSS/TeX/woff", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/share/fonts/mathjax/HTML-CSS/TeX/woff", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/var/cache/fontconfig/db452aa0-e700-4a29-a6b1-8eb64c822560-le64.cache-7", O_RDONLY|O_CLOEXEC) = 3
Offline
I'm not sure about /etc/fonts/conf.d/44-* and 65-wqy-zenhei.conf, but just going to blame /home/josiah/.config/fontconfig/conf.d/99-deepin.conf …
Offline
Oh wow, removing it does seem to have fixed it... I have no idea why, these are the contents of 99-deepin.conf:
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test qual="any" name="family">
<string>serif</string>
</test>
<edit name="family" mode="assign" binding="strong">
<string>Noto Sans</string>
<string>Noto Sans</string>
</edit>
<edit name="style" mode="assign" binding="strong">
<string>Regular</string>
<string>normal</string>
<string>Standard</string>
<string>Normale</string>
<string>Medium</string>
<string>Italic</string>
<string>Black</string>
<string>Light</string>
<string>Bold</string>
<string>BoldItalic</string>
<string>DemiLight</string>
<string>Thin</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="assign" binding="strong">
<string>Noto Sans</string>
<string>Noto Sans</string>
</edit>
<edit name="style" mode="assign" binding="strong">
<string>Regular</string>
<string>normal</string>
<string>Standard</string>
<string>Normale</string>
<string>Medium</string>
<string>Italic</string>
<string>Black</string>
<string>Light</string>
<string>Bold</string>
<string>BoldItalic</string>
<string>DemiLight</string>
<string>Thin</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit name="family" mode="assign" binding="strong">
<string>Noto Mono</string>
<string>Noto Mono</string>
</edit>
<edit name="style" mode="assign" binding="strong">
<string>Regular</string>
<string>normal</string>
<string>Standard</string>
<string>Normale</string>
<string>Medium</string>
<string>Italic</string>
<string>Black</string>
<string>Light</string>
<string>Bold</string>
<string>BoldItalic</string>
<string>DemiLight</string>
<string>Thin</string>
</edit>
</match>
<match target="font">
<edit name="hinting"><bool>true</bool></edit>
<edit name="autohint"><bool>false</bool></edit>
<edit name="hintstyle"><const>hintfull</const></edit>
<edit name="rgba"><const>rgb</const></edit>
<edit name="lcdfilter"><const>lcddefault</const></edit>
<edit name="embeddedbitmap"><bool>false</bool></edit>
<edit name="embolden"><bool>false</bool></edit>
</match>
</fontconfig>
I didn't mention that, I guess because it came from the deepin DE (which I don't actually use usually) and from what I can tell, it doesn't look like anything in there would break it (definitely not anything that reference IPAGothic...).
Do you know what in there would actually be breaking it?
Edit: I should also note, this didn't happen when I first installed deepin. It happened on an update, so it wasn't always an issue with deepin...
Last edited by HuFlungDu (2018-09-21 21:00:49)
Offline
Because it tries very hard (steamroller with a chainsaw nose) to map everything to the Noto family (and you don't have "Noto Mono" available) - instead of eg. just prepending Noto stuff everywhere.
iow: because I instinctively blamed the thing that had "deepin" in its name :-P
Offline
Huh, alright. Didn't know deepin caused so many problems. I just installed it to check it out when someone told me about it, and never removed it cuz I didn't see any reason to.
Thanks for the help.
Offline