swiftDialog / swiftDialog

Create user-notifications on macOS with swiftDialog
MIT License
569 stars 55 forks source link

Strange apple fonts error #281

Closed tslucas closed 1 year ago

tslucas commented 1 year ago

Describe the bug A strange apple fonts error

To Reproduce Use the dialog command via an mdm (running as root)

example: /usr/local/bin/dialog --title "APA I.T." --message "Your system has been running for $UPTIME days without a reboot.\n\n Please reboot this device by the end of the day or it will blow up." --width 700 --height 250 --titlefont size=28 --messagefont size=22 --alignment left --icon "$icons_dir/apalogo.png" --overlayicon "$icons_dir/redalert.png" --button1text "Okay, will do." the error doesn't occur until this command is ran

Expected behavior No errors.

Screenshots

image

Desktop (please complete the following information):

Additional context Mosyle MDM 14" MacBook Pro M1 Pro

drtaru commented 1 year ago

This is a known Apple bug and not a bug with SwiftDialog. XType Font errors can be safely ignored.

tslucas commented 1 year ago

This is a known Apple bug and not a bug with SwiftDialog. XType Font errors can be safely ignored.

Thank you.

bartreardon commented 1 year ago

closing as known/notissue