Skip to content
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

Re-use AppleRecv.icns as NetworkBoot.icns; add NetworkBoot labels #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mikebeaton
Copy link
Contributor

@mikebeaton mikebeaton commented Aug 6, 2024

This adds icon and label files for network boot acidanthera/OpenCorePkg#549 .

We would also need voice-over support files for "Network Boot".


We now use the same icon for AppleRecv, FirmwareSettings and NetworkBoot. These all have some conceptual similarity (all used for some sort of recovery), and the icon looks right.

This could possibly be better captured by the flavours for all three having a shared value (e.g. GenericRecv) somewhere in each flavour list, in which case we would only need one copy of this icon, with this name. This is complicated by the fact that APPLE flavour lists end up with each flavour name duplicated, adding the OS version to one duplicate, but this could be handled (e.g. by only duplicating flavour names beginning with "Apple").

EDIT: It's also not clear whether we'd want "AppleRecv:GenericRecv:Apple" or "AppleRecv:Apple:GenericRecv", if doing the above (remembering that flavour priority is from left to right); both have disadvantages. Keeping the three icons separate (even though the same graphics in our flavour packs) has the advantage of avoiding this issue...

We now use the same icon for AppleRecv, FirmwareSettings and NetworkBoot.
These all have some conceptual similarity (all used for some sort
of recovery), and the icon looks right.

This could possibly be better captured by the flavours for all three
having a shared value (e.g. GenericRecv) somewhere in each flavour list,
in which case we would only need one copy of this icon, with this name.
This is complicated by the fact that APPLE flavour lists end up with each
flavour name duplicated, adding the OS version to one duplicate, but this
could be handled (e.g. by only duplicating flavour names beginning with
"Apple").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant