Jump to content
30960 posts in this topic

Recommended Posts

Happy Easter folks, hope you are all staying safe!

 

Using "buildme, Clover r5111 (SHA: c572e50ec)" some of the Icons now display ok, just the Recovery one shows as Catalina and also the custom names for the partitions are not being shown. Also still have the border at the bottom.

 

496776637_Screenshot2020-04-12at09_39_29.png.dd46283ba2af979ce60bebabdf78e467.png

 

screenshot2.thumb.png.7676c84e24ecb1f188ee974f2072af13.png

 

screenshot3.thumb.png.3b1f2b685941d28f595042f09f29a57a.png

Edited by D-an-W
  • Like 1

Long user of OSS theme by @lisai9093 I updated some visuals and tweaked it a bit to work on 5111. 

Plenty of cleanup to do, learning as I test \o/

Feel free to use it / fork it / anything. 

 

Available here : https://github.com/edenpulse/CloverCamp

(how can I do a screenshot at boot? O_o. ?)

  • Like 1
2 hours ago, edenpulse said:

Long user of OSS theme by @lisai9093 I updated some visuals and tweaked it a bit to work on 5111. 

Plenty of cleanup to do, learning as I test \o/

Feel free to use it / fork it / anything. 

 

Available here : https://github.com/edenpulse/CloverCamp

(how can I do a screenshot at boot? O_o. ?)

Hi, I'll be happy to add your theme if you fix the screenshot.png. To do that, at boot (when the theme is loaded on the screen) and then press F10. This should create the screen capture in EFI/CLOVER/misc (directory that must already exist). Then you have to resize that image to 743x418 pixels. 

P.S. and I'm not sure yos_startup_disk.png is needed :)

Edited by vector sigma
  • Like 1
2 hours ago, iCanaro said:

Clover 5111

 

icons GUI --> OK

boot-arguments --> OK

linux entries/autoscan --> No (linux missing on GUI)

Can you give more details on what's missing for Linux? With which theme you tested?

I thought I fixed it already, on my system it's fine now (Maybe problem is just for custom entries?)

Edited by Pene
32 minutes ago, vector sigma said:

Hi, I'll be happy to add your theme if you fix the screenshot.png. To do that, at boot (when the theme is loaded on the screen) and then press F10. This should create the screen capture in EFI/CLOVER/misc (directory that must already exist). Then you have to resize that image to 743x418 pixels. 

P.S. and I'm not sure yos_startup_disk.png is needed :)

 

#DONE.

 

screenshot.png

40 minutes ago, Pene said:

Puoi fornire maggiori dettagli su cosa manca a Linux? Con quale tema hai provato?

Pensavo di averlo già risolto, sul mio sistema ora va bene (forse il problema è solo per le voci personalizzate?)

theme NEON

 

I have windows and linux with custom entries my hack Z370, windows OK, linux does not appear in the GUI at boot, not even setting it on auto scan in config

50 minutes ago, netgear said:

v5111 No scan Entries, no icons...

 

 

 

All theme must be adapted for new Clover

Edited by chris1111
All theme must be adapted for new Clover
49 minutes ago, iCanaro said:

theme NEON

 

I have windows and linux with custom entries my hack Z370, windows OK, linux does not appear in the GUI at boot, not even setting it on auto scan in config

Hi, plz try another theme that's not from me. I honestly have similar issue; with r5111 MainEntries (which actually are swapped Badges) not showing proper icons if using 'GUI - Custom - Entries'. So I need to reproduce this to make sure it comes from theme resources or something else. Thanks.

 

#EDIT: Using Custom Entries with r5111 I see no Badge neither Volumes icon at all, but only Tools (bcoz I set GUI - Scan - Tools=true).

 

#EDIT2: Attached debug.log and screenshot image.

debug.log_r5111_AOH.zip

screenshot0.jpg

Edited by Badruzeus
2 minutes ago, iCanaro said:

my theme already done

Did you mean Optimized with Clover.app? If this is the case, my uploaded themes *.icns are already in 8-bit PNG. But you have recheck background image bcoz some of them are still in 16-24 bit PNG (should be no relation with MainEntries though)

 

2 minutes ago, netgear said:

Nada de nada

screenshot1.jpg

You may consider telling us which theme are you using (Name)..? Thanks.

1 hour ago, Badruzeus said:

Hi, plz try another theme that's not from me. I honestly have similar issue; with r5111 MainEntries (which actually are swapped Badges) not showing proper icons if using 'GUI - Custom - Entries'. So I need to reproduce this to make sure it comes from theme resources or something else. Thanks.

 

2 hours ago, iCanaro said:

I have windows and linux with custom entries my hack Z370, windows OK, linux does not appear in the GUI at boot, not even setting it on auto scan in config

 

2 hours ago, netgear said:

v5111 No scan Entries, no icons...

 

I committed some corrections to Custom Entries handling. Please try again.

Edited by Pene
25 minutes ago, Pene said:

I committed some corrections to Custom Entries handling. Please try again.

Sorry, plz attach prebuilt 'CLOVERX64.efi.zip'. I my self still have issue booting it from my local build using Debian 10.. or you may tell me how to debug CloverBuild under Linux if might be I was missing some required dependencies? Thanks.

1 hour ago, Badruzeus said:

I my self still have issue booting it from my local build using Debian 10.. or you may tell me how to debug CloverBuild under Linux if might be I was missing some required dependencies? Thanks.

Unfortunately I have no experience in building Clover on Linux.

 

  • Like 1
15 minutes ago, D-an-W said:

Looks like custom entries are now being scanned thanks.

 

Just the Recovery icon not showing correctly and the border at the bottom.

I'm not sure how the icon should look. Please specify your theme, and how it should look.

 

EDIT: Forgot to ask, did you try after my second committed fix?

Edited by Pene
45 minutes ago, D-an-W said:

Hi @Pene the build I used is "Clover r5111 (SHA: fbc970b44)"

 

The icon used to look like this when using "Image = Recovery" in the Catalina theme by Badruzeus...

not sure, but exist an image called Recovery.png in the root of Catalina theme?

 Prop = GetProperty (DictPointer, "Image");
  if (Prop != NULL) {
    if (Entry->ImagePath) {
      FreePool (Entry->ImagePath);
      Entry->ImagePath = NULL;
    }
    Entry->Image.LoadXImage(ThemeX.ThemeDir, Prop->string);

..and may be the ImagePath must be freed only if LoadXImage() return a valid image..

Edited by vector sigma
×
×
  • Create New...