Incorrect display of rounded corners in grub
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| ubuntu-mate |
Low
|
Unassigned | ||
| ubuntu-mate-meta (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
I have fresh Ubuntu Mate 15.10 install, output of uname (if needed):
Linux ubuntu-pc 4.2.0-19-generic #23-Ubuntu SMP Wed Nov 11 11:39:30 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
In grub, rounded corners are displayed in red (which seems to be wrong), was to busy to make a VM and test it there, so I took a photo.
Stormherz (stormherz) wrote : | #1 |
description: | updated |
summary: |
- Incorrect display of rounded borders in grub + Incorrect display of rounded corners in grub |
Martin Wimpress (flexiondotorg) wrote : | #2 |
Changed in ubuntu-mate: | |
status: | New → Triaged |
importance: | Undecided → Low |
Martin Wimpress (flexiondotorg) wrote : | #3 |
@nadrimajstor, Any chance you might come out of retirement for one last tweak? ;-)
nadrimajstor (ipejic) wrote : | #4 |
Somehow PNGs in /boot/grub/
Workaround:
# sudo apt-get install git
# git clone https:/
# cd grub2-themes-
# sudo cp *.png /boot/grub/
# 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?
Martin Wimpress (flexiondotorg) wrote : | #5 |
I've checked your git source, my bzr source and the debian source package. The images are identical in all three :-(
nadrimajstor (ipejic) wrote : | #6 |
What I did:
1. Download image from http://
2. Looked at checksum
$ sha256sum Downloads/
e67eac19748e817
3. Made new qemu kvm machine and installed OS accepting all default options.
$ for image in /boot/grub/
aa82205a08e6c02
4cbc31443e0ce22
588b23b4b996702
18c07f55fa8ffc5
d973867a8eecb79
57e412520c3409f
809f6c6e8f1b773
7a98fbae2da3b90
12c311e3cdaccd1
1c3cb2d4039f7a1
7e833214affc776
58285cc9727e661
431ddc0d7c650f6
9ef72aeb27c09e7
$ git clone https:/
$ for image in grub2-themes-
820a25285b01a23
4cbc31443e0ce22
0d67b90aa0d8941
139631e13f55ba9
6615ee76d6ae5ea
12b140db6ac65b3
6c7c69bebda3628
2c5bdbd25df11f1
0b6dbb714654ebb
78c178692035f3d
nadrimajstor (ipejic) wrote : | #7 |
At this moment I'm quite sure that package in
/var/cache/
contains different .PNGs
Rebuilding package
$ apt-get source grub2-themes-
$ cd grub2-themes-
$ debuild -uc -us
$ sudo dpkg --install ../grub2-
Produces a correct looking GRUB menu.
Changed in ubuntu-mate: | |
status: | Triaged → Fix Committed |
Martin Wimpress (flexiondotorg) wrote : | #8 |
There are several reports of incompatibilities with grub2-themes-
Changed in ubuntu-mate: | |
status: | Fix Committed → Won't Fix |
Changed in ubuntu-mate-meta (Ubuntu): | |
status: | New → Fix Committed |
Launchpad Janitor (janitor) wrote : | #9 |
This bug was fixed in the package ubuntu-mate-meta - 1.187
---------------
ubuntu-mate-meta (1.187) zesty; urgency=medium
* Refreshed dependencies
* Removed grub2-themes-
[amd64 i386] (LP: #1673845, #1525346, #1404006)
-- Martin Wimpress <email address hidden> Sat, 18 Mar 2017 18:07:30 +0000
Changed in ubuntu-mate-meta (Ubuntu): | |
status: | Fix Committed → Fix Released |
@nadrimajstor, is this something you can take a peek at for me?