Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.12.3
-
None
-
Catalina 10.15.1
Description
This is pretty much harmless as far as we can tell, the web page still shows up, but we are hitting asserts due to missing plist in macOS 10.15 (Catalina). Seems like the following plist does not exist anymore:
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Resources/DefaultFontFallbacks.plist
and this caused the fallbacksForFamily mechanism to assert.
Only tested it under Qt 5.12.3 on Catalina 10.15.1. Not sure if any other combination of Qt versions and macOS versions are affected.
Attachments
Issue Links
- duplicates
-
QTBUG-78240 Debug version of QCoreTextFontDatabase::fallbacksForFamily on Mac OS X 10.15(Beta)
- Closed