Comment 4 for bug 1525346

Revision history for this message
nadrimajstor (ipejic) wrote :

Somehow PNGs in /boot/grub/themes/ubuntu-mate/ differ from the "upstream" (looking at the UM16.04 daily)

Workaround:
# sudo apt-get install git
# git clone https://github.com/nadrimajstor/grub2-themes-ubuntu-mate.git
# cd grub2-themes-ubuntu-mate/
# sudo cp *.png /boot/grub/themes/ubuntu-mate/
# sudo reboot

Note that this workaround will "revert" theming as it was made initially for the first Ubuntu MATE release.
I'm not sure how/why did those PNGs get changed is this acceptable solution or do I need to make some other changes?