vector sigma Posted March 24, 2020 Author Share Posted March 24, 2020 20 hours ago, exquirentibus said: I have a Gigabyte GA-Z207XP-SLI with Kaby Lake i7-7700K. Is the SSDT-PMC.aml something I should add - or is that specific to other motherboards? Really no idea, but It's worth a try. Link to comment Share on other sites More sharing options...
vector sigma Posted March 24, 2020 Author Share Posted March 24, 2020 (edited) 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?) 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. "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. If Carbon Copy Cloner copy also the unique identifier you should stop using Carbon Copy Cloner and file a bug to them. 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 March 24, 2020 by vector sigma 3 Link to comment Share on other sites More sharing options...
Matgen84 Posted March 24, 2020 Share Posted March 24, 2020 43 minutes ago, vector sigma said: 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. "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. If Carbon Copy Cloner copy also the unique identifier you should stop using Carbon Copy Cloner and file a bug to them. 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 3 Link to comment Share on other sites More sharing options...
Dec_Bra1n Posted April 13, 2020 Share Posted April 13, 2020 Great work guys 1 Link to comment Share on other sites More sharing options...
Slice Posted April 22, 2020 Share Posted April 22, 2020 @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 More sharing options...
vector sigma Posted April 22, 2020 Author Share Posted April 22, 2020 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 More sharing options...
vector sigma Posted April 22, 2020 Author Share Posted April 22, 2020 40 minutes ago, Slice said: Or we can implement <real> into xml parsing returning float numbers but anyway we should control what the editor set fixed in this commit, please confirm. I did not realize Clover can't read floating points, that should be done! Link to comment Share on other sites More sharing options...
Slice Posted April 22, 2020 Share Posted April 22, 2020 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 1 Link to comment Share on other sites More sharing options...
vector sigma Posted April 22, 2020 Author Share Posted April 22, 2020 (edited) 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 April 22, 2020 by vector sigma Link to comment Share on other sites More sharing options...
Slice Posted April 22, 2020 Share Posted April 22, 2020 Yes, float is 32 bit. It is enough for SVG where real numbers used. 1 Link to comment Share on other sites More sharing options...
Yabusa Posted April 26, 2020 Share Posted April 26, 2020 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? Link to comment Share on other sites More sharing options...
vector sigma Posted April 26, 2020 Author Share Posted April 26, 2020 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 1 Link to comment Share on other sites More sharing options...
TrickyTrix Posted April 29, 2020 Share Posted April 29, 2020 I wanted to try clover.app and Theme Manager in it, but it doesn't see my EFI partition under Themes (where clover is installed with themes). EFI partition is already mounted and it shows only Apple HFS partition. Link to comment Share on other sites More sharing options...
vector sigma Posted April 29, 2020 Author Share Posted April 29, 2020 (edited) Hi @TrickyTrix, probably your ESP is fat16 instead of fat32. Please run the attached app and open the theme manager. This test app will create a a file "debug_disks.plist" to your desktop,please zip it and post it. P.S. also I enabled fat16 in this build Clover.app.zip Edited April 29, 2020 by vector sigma 1 Link to comment Share on other sites More sharing options...
TrickyTrix Posted April 29, 2020 Share Posted April 29, 2020 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. Link to comment Share on other sites More sharing options...
vector sigma Posted April 29, 2020 Author Share Posted April 29, 2020 (edited) 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 April 29, 2020 by vector sigma Link to comment Share on other sites More sharing options...
Yabusa Posted April 29, 2020 Share Posted April 29, 2020 On 4/26/2020 at 3:23 PM, vector sigma said: only appear when "show installed" is active.... and so only if you selected a disk I selected a disk, selected show installed, but the button doesn't appear :/ Link to comment Share on other sites More sharing options...
vector sigma Posted April 29, 2020 Author Share Posted April 29, 2020 (edited) @Yabusa, sorry for the stupid question... the "optimize" button is greyed out when non active but anyway always visible: and in your screenshot is also missing the refresh button. Why don't you update the app? .. it is clearly old.. Edited April 29, 2020 by vector sigma Link to comment Share on other sites More sharing options...
vector sigma Posted May 2, 2020 Author Share Posted May 2, 2020 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 More sharing options...
Yabusa Posted May 3, 2020 Share Posted May 3, 2020 @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 More sharing options...
vector sigma Posted May 3, 2020 Author Share Posted May 3, 2020 (edited) 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 May 10, 2020 by vector sigma typos 2 Link to comment Share on other sites More sharing options...
Pene Posted May 9, 2020 Share Posted May 9, 2020 (edited) 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 May 9, 2020 by Pene 1 Link to comment Share on other sites More sharing options...
Slice Posted May 9, 2020 Share Posted May 9, 2020 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. 1 Link to comment Share on other sites More sharing options...
Pene Posted May 9, 2020 Share Posted May 9, 2020 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. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted May 10, 2020 Author Share Posted May 10, 2020 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts