Jump to content

Clover.app testing


vector sigma
423 posts in this topic

Recommended Posts

3 hours ago, lutin said:

Merci @Matgen84, question pas trop stupide, elle est relevante...

Here is my situation:

1 my mounted disk, the one to upgrade

2 update is downloading

4 then nothing... No new window, no 'installateur de Clover r5107'

(3 this might be my problem? I use CarbonCopyCloner to keep a back-up, and as I remember CCC can mix up the UUID from different disks? Can this be root of my trouble?)

 

1244504626_Screenshot2020-03-24at12_11_52.png.ffb9a3a654bfc9a84d46789011988acf.png

 

  1. does nothing to "install" because the purpose of "Mount (ESP)" is only to mount an EFI System Partition. It is only a quick way (a facility) to mount and open in the Finder the desire ESP. For the Installation there is a dedicated button and the installer allow you to select the desired disk.
  2. "Update to r5XXX" meant to only update the CloverV2 directory (from github) inside the app and so have new binaries ready for installation from and to you want. In fact doesn't install anythings.
  3. If Carbon Copy Cloner copy also the unique identifier you should stop using Carbon Copy Cloner and file a bug to them.
  4. Looks here. Problems is fixed for the next release, was caused by the package installer of the app but you can fix it following my advice.

And, out of curiosity, the French translation doesn't work??

 

Edited by vector sigma
  • Like 3
Link to comment
Share on other sites

43 minutes ago, vector sigma said:
  1. does nothing to "install" because the purpose of "Mount (ESP)" is only to mount an EFI System Partition. It is only a quick way (a facility) to mount and open in the Finder the desire ESP. For the Installation there is a dedicated button and the installer allow you to select the desired disk.
  2. "Update to r5XXX" meant to only update the CloverV2 directory (from github) inside the app and so have new binaries ready for installation from and to you want. In fact doesn't install anythings.
  3. If Carbon Copy Cloner copy also the unique identifier you should stop using Carbon Copy Cloner and file a bug to them.
  4. Looks here. Problems is fixed for the next release, was caused by the package installer of the app but you can fix it following my advice.

And, out of curiosity, the French translation doesn't work??

 

 

The french translation works @vector sigma

 

Capture d’écran 2020-03-24 à 16.36.33.png

  • Like 3
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

@vector sigma

Plist editor is great invention. But see, I inserted new field of type "Number" and guess what is happen?

		<key>BlueCache</key>
		<real>10.0</real>

It is impossible. Clover doesn't know type "real" yet. It was proposed to be <Integer>.

Or we can implement <real> into xml parsing returning float numbers but anyway we should control what the editor set.

Link to comment
Share on other sites

1 minute ago, Slice said:

@vector sigma

Plist editor is great invention. But see, I inserted new field of type "Number" and guess what is happen?


		<key>BlueCache</key>
		<real>10.0</real>

It is impossible. Clover doesn't know type "real" yet. It was proposed to be <Integer>.

Or we can implement <real> into xml parsing returning float numbers but anyway we should control what the editor set.

Ok, I'm going to fix it. Will be integer when no floating points, thanks! 

Link to comment
Share on other sites

1 hour ago, vector sigma said:

fixed in this commit, please confirm. I did not realize Clover can't read floating points, that should be done! 

I did this! Test

	<key>SystemParameters</key>
	<dict>
		<key>BlueValue</key>
		<real>10.34</real>
	</dict>

Log

1:754  0:248   get BlueValue=10.340000

  • Like 1
Link to comment
Share on other sites

41 minutes ago, Slice said:

I did this! Test


	<key>SystemParameters</key>
	<dict>
		<key>BlueValue</key>
		<real>10.34</real>
	</dict>

Log

1:754  0:248   get BlueValue=10.340000

Good! ..but is 32 bit only? EDIT Yes like integers

Edited by vector sigma
Link to comment
Share on other sites

3 hours ago, Yabusa said:

Hi there,

I just downloaded CloverApp v1.15 for the purpose of trying to "Optimize" the Minimalism theme which broke after r5107.

I don't see this feature in v1.15 as shown in the image in the link above. Is it maybe somewhere else?

only appear when "show installed" is active.... and so only if you selected a disk

  • Like 1
Link to comment
Share on other sites

12 minutes ago, TrickyTrix said:

You are right, it is formatted as FAT16 and now it sees the locally installed themes, but it won't let me install it (I guess that that is the way you change themes). It is giving me theme_blabla not found error.

care to add a screenshot? 

EDIT

ok, it gives me the same error in mojave and I suppose is the same for El Capitan and Sierra. I'm going to fix it.

 

Edited by vector sigma
Link to comment
Share on other sites

On 4/29/2020 at 2:12 PM, TrickyTrix said:

You are right, it is formatted as FAT16 and now it sees the locally installed themes, but it won't let me install it (I guess that that is the way you change themes). It is giving me theme_blabla not found error.

Sorry I forgot to post the modified app..

 

Clover.app.zip

Link to comment
Share on other sites

@vector sigma, You were right, sorry about that. I thought I had the latest version. 

 

I followed the steps with v1.19 and it seems to still not fix the theme. I tried uninstalling, finding the theme through the Clover.app, installing, Optimizing, and restarting.

It made a sound upon download and optimization, so it should've been successful. The theme is Minimalism.

 

Link to comment
Share on other sites

On 5/3/2020 at 3:59 PM, Yabusa said:

I followed the steps with v1.19 and it seems to still not fix the theme

Sorry but the functionality is "optimize" but not "fix".

To fix it, you have to contact the theme's author :)

Edited by vector sigma
typos
  • Like 2
Link to comment
Share on other sites

Is it possible to run Clover.app after compiling without installing to the system?

I thought to try that on some other computer, and after compiling, I tried to run CloverApp/build/Clover.app, but nothing happens. It doesn't start or display anything (note: it was never installed before on that system)

Edited by Pene
  • Like 1
Link to comment
Share on other sites

1 hour ago, Pene said:

Is it possible to run Clover.app after compiling without installing to the system?

I thought to try that on some other computer, and after compiling, I tried to run CloverApp/build/Clover.app, but nothing happens. It doesn't start or display anything (note: it was never installed before on that system)

Nothing happen except a small clover icon in menu after some delay.

  • Like 1
Link to comment
Share on other sites

Thanks. Yes, I know only the small icon should appear, but it wasn't appearing, and I thought the problem is because it wasn't installed. But actually the problem was something else with the OS on that system.

  • Like 1
Link to comment
Share on other sites

11 hours ago, Pene said:

Thanks. Yes, I know only the small icon should appear, but it wasn't appearing, and I thought the problem is because it wasn't installed. But actually the problem was something else with the OS on that system.

Could be a crash. Please navigate at Clover.app/Contents/MacOS/Clover  and run it in Terminal, it should show something.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...