[Solved] Missing Text
Posted: Sat Aug 28, 2021 11:12 am
I just installed the program on Manjaro (arch-based) but practically all text is missing from the application, what are the required fonts?
(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
It's not an error, I couldn't find any errors in fact, I don't understand why it wouldn't be working, I wonder if the problem has anything to do with me running KDE or something.
(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