Emulator Issues #12035
closed[macOS/Qt: “qt.qpa.fonts: Populating font family aliases took 419 ms. Replace uses of missing font family "Monospace" with one that exists to avoid this cost.“
0%
Description
Hi,
When running Dolphin from the terminal, Qt always outputs the above mentioned warning. Dolphin seems to have the “Monospace” font (the one by George Williams, which ships with most Linux distros) hard-coded at some place. However, AFAIK neither macOS nor Windows ship with that particular font, hence the half-second delay while Qt figures out how to sensibly replace it on launch.
This might be fixable in a similar fashion as PR 8632 (“Windows GUI: Use QMenu font (Segoe UI) for entire application”).
Updated by Pizuz over 4 years ago
Forgot to add:
This is Dolphin 5.0-11827 on macOS 10.15.4
Updated by Pizuz about 4 years ago
Fixed by PR 9085. You can close this.
Updated by JMC4789 about 4 years ago
I didn't realize this was the same bug. This would have sat here for a long time if you didn't catch that!
Updated by Pizuz about 4 years ago
My bug description was kinda lacking, I guess.