bugGNU GRUB - Bugs: bug #55601, Icon not showing for Manjaro linux

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #55601: Icon not showing for Manjaro linux

Submitter:  fred <fredpz>
Submitted:  Tue 29 Jan 2019 09:17:58 AM UTC
   
 
Category:  User Interface Severity:  Major
Priority:  5 - Normal Item Group:  Software Error
Status:  None Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Open Release:  2.02
Release:  Reproducibility:  Every Time
Planned Release:  None

Tue 29 Jan 2019 09:17:58 AM UTC, original submission:  

Steps to reproduce:

- Make a virtual box in dual boot with 2 different OSes : Ubuntu and Manjaro.

- Run grub-install from Ubuntu.

- Install a theme that includes an icon for Manjaro linux. In my case, I am using this one, but it happens for all the themes I have tried.

- Update grub (grub-mkconfig ...)

- Reboot

The Manjaro item does not show an icon next to its line.

This is the corresponding portion from grub.cfg

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Manjaro Linux (18.0.2) (on /dev/sda3)' --class manjarolinux --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-d71c8a73-25ec-41c5-a631-6d4da0f19e87' {
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos3'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  d71c8a73-25ec-41c5-a631-6d4da0f19e87
        else
          search --no-floppy --fs-uuid --set=root d71c8a73-25ec-41c5-a631-6d4da0f19e87
        fi
        linux /boot/vmlinuz-4.19-x86_64 root=UUID=d71c8a73-25ec-41c5-a631-6d4da0f19e87 rw quiet resume=UUID=15da6ca2-7855-499c-a04f-da8efba375e0
        initrd /boot/intel-ucode.img
}


The icon is located in the folder /boot/grub/themes/THEME/icons where all other (working) icons are. I tried the following names:
- manjarolinux.png
- manjaro.png
- manjaro-linux.png

If I remove the icon altogether, it falls back to the gnu-linux.png icon (as expected) ; almost as if the manjaro icon is detected but not used.

fred <fredpz>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by fredpz (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code