vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.41k stars 240 forks source link

Can't uninstall themes on Ubuntu 20.04.2 #133

Open Landomym opened 3 years ago

Landomym commented 3 years ago

When I run the script to uninstall the themes it shows me the next message

Checking for the existence of themes directory...

tela grub theme not exist!

vinceliuice commented 3 years ago

Is the theme name right?

Landomym commented 3 years ago

Yes, I wrote the theme name correctly. I even installed a new one to try to uninstall it. Unfortunately, It didn't work too. I manually deleted the folders inside the grub directory. I don't know if it is enough. I checked the code in the file install.sh but I don't know what exactly is wrong. It must be just a simple thing. I am going to check later. If I find the solution I will let you know. Maybe you can fix it faster than I.

Viking8 commented 2 years ago

I just found your grub themes and first installed the whitesur theme. It wouldn't display properly at 2k (2560x1440) so I tried uninstalling it, but it gave me the same output as FerdyaVolkov. I tried the stylish theme as well. It didn't display properly either. I am on Linux Mint 20.2. This is what I put into terminal to try to uninstall both themes....

./install.sh -r -t whitesur ./install.sh -r -t stylish

clayton@LM:~/Downloads/grub2-themes$ ./install.sh -r whitesur ERROR: Unrecognized installation option 'whitesur'. Try './install.sh --help' for more information. clayton@mint1:~/Downloads/grub2-themes$ ./install.sh -r -t whitesur

Checking for the existence of themes directory...

tela grub theme not exist!

Thanks for the cool themes and your help sorting things out!

vinceliuice commented 2 years ago

Go to /etc/default/ if there is a grub.bak file then you can delete grub and rename grub.bak to grub, if not then just open grub and delete this line: GRUB_THEME= ... then save it, last update your grub config file

hyttmi commented 1 year ago

180 fixes this.