Got a couple of notes on the 3 items listed above.
Running a MacBook Pro 5,2 -> these remedies would work on other models too!
This is not a full fix by all means, but for some dudes having issues with the light mode, you could "fix" this following the instructions listed here, which will get the Dock, Finder and menu bar into Dark mode. This is better than the weird parking grey menu.
Launch Terminal (located in /Applications/Utilities) and enter the following command:
sudo defaults write -g NSRequiresAquaSystemAppearance -bool Yes
Then logout or restart. Switch to Light mode. Only the "weird darkish mode" will be changed by black mode.
-> This is an excerpt from :
https://www.tekrevue.com/tip/only-dark-menu-bar-dock-mojave/
Mainly, whoever wants a Light Mode can have it working 99%, only the dock and top bar will be blank, but not “weird darkish grey”.
I currently prefer this mode
![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
to fully white or black and is better than the weird one.
I think this was sorted with the
macOS Mojave Patcher 1.2.2, but in any case the above can be preferable to some users.
I got that model.
It works OK for me. You might want to do a PRAM/NVRAM reset if the track pad is not detected at all.
Proof:
The following patch would apply to any machine with issues with the iSight camera...
if you also have installed Virtual Box (currently 5.2.18 but I presume all versions will break iSight).
I noticed that after a clean install the builtin isight camera didi work ok, but stopped after a while. Looking around I found that uninstalling VirtualBox does bring the camera back to life!
How to get both working ? Well, it looks VirtualBox has a kext that breaks the camera.
Found a way to partially disable that kext, but keeping the camera and Virtualbox working at the same time. This unobtrusibe and clean touch/fix will get broken if you install a newer version of Virtualbox and you'd have to do the changes to the file again.
See highlighted the commented lines on the Virtual Box file, then restart your machine and enjoy the Camera and VirtualBox.
File to patch:
"/Library/Application Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh"
Look for the section below
ConsoleMessage "Loading ${VBOXUSB}.kext"
Enter comments to the kextload section.:
#if ! kextload -d "/Library/Application Support/VirtualBox/${VBOXDRV}.kext" "/Library/Application Support/VirtualBox/${VBOXUSB}.kext"; then
# ConsoleMessage "Error: Failed to load /Library/Application Support/VirtualBox/${VBOXUSB}.kext"
# VBOX_RC=1
#fi
Hope this helps somebody out there
Perhaps
dosdude1 could update his main documentation with some notes re this fixes if found helpful or relevant. i.e. iSight "hit & miss" will definitely not work if VirtualBox installed.
Thanks for this development, it has renewed my MBP 5,2 and works much better with 10.14 vs the last "supported" 10.11 !!!
Hope this helps somebody out there!