linkchecker / linkchecker-gui

GNU General Public License v3.0
7 stars 3 forks source link

issue on macOS 14.0 (23A339) #19

Open gvmelle opened 9 months ago

gvmelle commented 9 months ago

I get in Terminal this message: "qt.qpa.fonts: Populating font family aliases took 306 ms. Replace uses of missing font family "Source Code Pro" with one that exists to avoid this cost. 2023-09-13 12:53:21.035 Python[2808:19973] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES."

I don't know where I could enable Secure coding.

It doesn't seem to influence the execution of the application for me.

Screenshot 2023-09-13 at 12 59 40

cjmayo commented 9 months ago

Both seem to be macOS specific to me. I can't create the warning or the delay for a missing font on Linux.

If you did want to edit your copy to choose a different font see f6e95883bf for what to change.