It's possible to include a icon inside a WSL image that's used as the icon in various places in the UI. The icon needs to be in the .ico format, and less than 10MB[0]. As part of the WSL image work[1], it would be good if we could include an icon.
[0] https://learn.microsoft.com/en-us/windows/wsl/build-custom-distro [1] https://bugzilla.redhat.com/show_bug.cgi?id=2338441
Signed-off-by: Jeremy Cline jeremycline@linux.microsoft.com
:thumbsup:
Can you make an equivalent PR for generic-logos too?
Yes, please! 🙏🏻
Looks reasonable to me.
Pull-Request has been merged by kevin
Awesome, thank you! If it's possible to get this into F42 I would greatly appreciate it.
I'll need to sort out how to do a release, but will try.
Heres a scratch build... I'll look at a release / rpm tomorrow:
https://koji.fedoraproject.org/koji/taskinfo?taskID=130542386
Looks good to me, thank you again!
It's possible to include a icon inside a WSL image that's used as the
icon in various places in the UI. The icon needs to be in the .ico
format, and less than 10MB[0]. As part of the WSL image work[1], it
would be good if we could include an icon.
[0] https://learn.microsoft.com/en-us/windows/wsl/build-custom-distro
[1] https://bugzilla.redhat.com/show_bug.cgi?id=2338441
Signed-off-by: Jeremy Cline jeremycline@linux.microsoft.com