I did the post install patches after the update didn't work and even tried installing the software patch from the post install updates from High Sierra so yeah I would wait until the firmware updates can be bypassed
OK, Thank You. I will wait.
I did the post install patches after the update didn't work and even tried installing the software patch from the post install updates from High Sierra so yeah I would wait until the firmware updates can be bypassed
Someone who has familiarity could validate the script and follow this step by step to automate properly at startup.
https://stackoverflow.com/questions...-off-or-restart-on-mac-os-x/27102949#27102949
Thanks will test it outNew File (script)
[doublepost=1537960700][/doublepost]I was able to do it automatically when I logged in.
Just added as per the screenshot.
Nice
View attachment 789020 '-)
How does it even run on plastic MacBooks? You’re better off on an older version like Mavericks, El Capitan or Sierra since the performance just can’t be good on a machine that old which wasn’t fast even when it was brand new.
did you install the post install patches with the Mojave patchertired watching the bar after installing mojave osx 10.14 and using the tool , the fans are full power and i dont know what to do! i USED TO HAVE BEFORE the beta version and it was working really good!
did you accidentally install the 10.14.1
Yes i followed doedude video instructions ! i have an imac 10.1 and i install the patches! now my machine cant load the macosx ! Ι posted a picdid you install the post install patches with the Mojave patcher
in my case, only worked Patcher 1.2.0 (10.14 final)No...
Installed it using dosdude s patcher via usb stick.
And checked it after installing and patching. 391. So this is official release?
After booting first time, i re-installed all patches.
Then this error.
I have the same machine, I faced the same issue initially and the solution was to reformat with APFS instead of APFS(encrypted) ,try this it should work, however facetime camera is not working for me.
[doublepost=1537962845][/doublepost]
Will you be able to send me the .kext plz and how to rebuild kextcache? thanks for your help
you might try resetting the pram by holding down the command, option P and R buttons while booting upNo...
Installed it using dosdude s patcher via usb stick.
And checked it after installing and patching. 391. So this is official release?
After booting first time, i re-installed all patches.
Then this error.
Cool. This is reduce transparency in a script?(LightMode v2)
Fixed bug Dock after reboot
(included the script in the Startup Items)
@dosdude1 @ASentientBot @jackluke @TimothyR734 @pkouame
Nope... dont help...you might try resetting the pram by holding down the command, option P and R buttons while booting up
Cool. This is reduce transparency in a script?
iMac 21.5 late 2009. Same problem. Only iSight camera doesn't work. Any solution?I have the same machine, but iSight camera doesn´t work on FaceTime.
[doublepost=1537978843][/doublepost]
My iSight camera doesn't work on FaceTime. Should it?
Yes, but it's not good enough to start the login, I need a more clinical look, so I marked all of you.
I just tried your binary applescripts, LightMode-v1 and LightMode-v2, it seems v1 works too, but both lack "Notification Center" transparency, in my opinion that gives a better overall look, not only the Dock and Spotlight.
Hi, I also tried the script and I have the same findings. Can you concise all of the methods to semi-fix Light Mode in one reply please?
Would be helpful for people(like me) are trying a lot of things.
You could try my comfortless method on page 279 , it won't work as login item but will give much customised control from Terminal.
Here is a dirty correction.
What I did was repeat the same lines with a pause, it worked.
#!/bin/bash
echo “Reduce Transparency of Menus and Finder, keep the Dock transparent.”
# Run on.
defaults write com.apple.universalaccess reduceTransparency -bool false
killall Finder
killall Dock
killall NotificationCenter
sleep 3
defaults write com.apple.universalaccess reduceTransparency -bool true
killall Finder
killall Spotlight
defaults write com.apple.universalaccess reduceTransparency -bool false
killall Finder
killall Dock
killall NotificationCenter
sleep 3
defaults write com.apple.universalaccess reduceTransparency -bool true
killall Finder
killall Spotlight
kill `ps -A | grep -w Terminal.app | grep -v grep | awk '{print $1}'`
echo "Done!"
I think just doing :
defaults write com.apple.universalaccess reduceTransparency -bool false
killall Finder
killall Dock
killall NotificationCenter
sleep 3
defaults write com.apple.universalaccess reduceTransparency -bool true
killall Finder
killall Spotlight
Should work.
How does it even run on plastic MacBooks? You’re better off on an older version like Mavericks, El Capitan or Sierra since the performance just can’t be good on a machine that old which wasn’t fast even when it was brand new.
As far as reduce transparency via command line, what about @jackluke 's version/approach?Yes, but it's not good enough to start the login, I need a more clinical look, so I marked all of you.
Yes, the fact that our old clunkers are running even better on these new OSes (IMHO) means 1) lots of bloat and bugs in old OSes 2) still quite a bit of headroom with the old logic boards...Good news for us.Because the machines are capable. Mojave runs admirably on my white polycarbonate 2009 MacBook 5,2.
As far as reduce transparency via command line, what about @jackluke 's version/approach?
I have a more involved approach that cuts transparency at the AppKit l(Cocoa's GUI) level - leaving Dock and other panels that implement their own transparency alone (not as system wide as the accessibility setting(s) which is like turning the master switch OFF).