Closed barunespadhy closed 1 month ago
When installing the theme on openSUSE Tumbleweed, the installation fails since the name of the icons is different from what is defined in the script.
In openSUSE TW, run:
sudo ./install.sh -t mountain -p float -i right -c dark -l system -b
This fails with the following error:
cp: cannot stat '<cloned_location>/Elegant-grub2-themes/assets/assets-other/other-1080p/openSUSE.png': No such file or directory
Changing the icon names fixes this issue.
Issue Description
When installing the theme on openSUSE Tumbleweed, the installation fails since the name of the icons is different from what is defined in the script.
Steps to reproduce
In openSUSE TW, run:
sudo ./install.sh -t mountain -p float -i right -c dark -l system -b
This fails with the following error:
cp: cannot stat '<cloned_location>/Elegant-grub2-themes/assets/assets-other/other-1080p/openSUSE.png': No such file or directory
Fix
Changing the icon names fixes this issue.