Thread
:
Adding new fonts without need to reboot
View Single Post
javispedro
2014-01-17 , 01:46
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#
4
The problem is most definitely NOT lipstick. Lipstick doesn't load any fonts. In Wayland programs are supposed to load fonts. Same as in modern X11, with Qt/Gtk+/fontconfig.
I suspect this is a problem with mapplauncherd, it is probably scanning for fonts before the fork() and not doing it afterwards. So every application gets the font set applauncherd got.
Maybe you can use something like
http://qt-project.org/doc/qt-5.0/qtg...pplicationFont
in order to manually add the font in your program.
Quote & Reply
|
javispedro
View Public Profile
Send a private message to javispedro
Visit javispedro's homepage!
Find all posts by javispedro