-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to patch fonts on Apple silicon #662
Comments
This should fix * ryanoasis/nerd-fonts#495 * ryanoasis/nerd-fonts#659 * ryanoasis/nerd-fonts#662
Added hint to download glyphs: done |
Somewhat related (but for the docker patcher) - #985 |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
Hello,
I'm trying to patch a font but despite having FontForge installed locally, which is said to be the only prerequisite in the docs, attempting to run the Python script resulted in:
So I tried it this way:
So then I tried it this way:
And finally, I tried it this way:
...which simply fails to launch, whereas Docker notes "Attempts to run Intel-based containers on Apple Silicon machines under emulation can crash as qemu sometimes fails to run the container." Docker's recommended remedy is "encouraging container authors to produce arm64, or multi-arch, versions of their containers." So I'm here to encourage you to please build a multi-arch version of the Docker image so that I may patch my fonts in peace.
Thank you!
The text was updated successfully, but these errors were encountered: