Solved No UI text in Blender after building port

D

Deleted member 67862

Guest
I'm having an issue after building the graphics/blender port. Particularly I see no text at all, and when running in the terminal I get the following:

Code:
blf_load_font_default: 'fonts' data path not found for 'droidsans.ttf', will not be able to display text 
blf_load_font_default: 'fonts' data path not found for 'bmonofont-i18n.ttf', will not be able to display text 
blf_load_font_default: 'fonts' data path not found for 'bmonofont-i18n.ttf', will not be able to display text

I've ran fc-cache -fv as both my user and root. I also tried to enter the Blender preferences and add the /usr/local/share/fonts path, although without any text I couldnt see so I just copied and pasted this and restarted with the same problem.

If its worth noting I built Blender without NLS, but I dont know if that would cause the droid fonts not to work. Does anyone know why this would happen and/or a fix?
 
That did it! I'll mark this as solved. Make sure you leave NLS on.
 
Back
Top