(Related Thread, I installed paintstorm-bin from aur, I created the opentype and truetype font folders. It worked like this once but now the fonts as u can see in the screenshot are missing except for very few specific ones.)
My first idea was to try to install the fonts from windows, but that had no effect. I also tried symlinking the truetype folder to the TTF folder instead of just creating a blank one, neither had any effect.
Update: Tried running an strace, this is the only relevant output I could find
Code: Select all
openat(AT_FDCWD, "/usr/share/paintstorm/Defaults/font.ttf", O_RDONLY) = 11
openat(AT_FDCWD, "/usr/share/fonts/opentype", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 11
openat(AT_FDCWD, "/usr/share/fonts/truetype", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 11