VandalByte / darkmatter-grub2-theme

Dark Matter GRUB Theme πŸ‘ΎπŸ’™
https://www.pling.com/p/1603282/
GNU General Public License v3.0
310 stars 15 forks source link

Windows icons not showing in the list #40

Closed gaetan1903 closed 3 months ago

gaetan1903 commented 3 months ago

I'm using Fedora and in the icon list Windows doesn't seem to have any icons,

OS name is Windows Boot Manager, I rename it with Windows but not working yet

VandalByte commented 3 months ago

@gaetan1903

Check this out, so basically find where this line is in one of those .cfg files

menuentry 'Windows Boot Manager' {

and change it to this

menuentry 'Windows Boot Manager' --class windows {

here windows is the icon name

gaetan1903 commented 3 months ago

Thank you @VandalByte for your answer,

i find this line in grub.cfg file and it's already like you say,

menuentry 'Windows Boot Manager' --class windows {

However in your icon filelist, there is no windows.png but only windows11.png , image

so i change it to

menuentry 'Windows Boot Manager' --class windows11 {

and it works now,

Thanks again

gaetan1903 commented 3 months ago

The solution might be to also have a windows.png file