VMware Fusion 10 works abnormally with Gray
Closed this issue · 5 comments
yb0lyu commented
yb0lyu commented
Maybe I have to reinstall from macOS Recovery? Oh NO 😭
zenangst commented
@yb0lyu Gray does not modify your installation of Mojave, it simply adds a preference to your plist for the application that you are trying to modify. I'm guessing that VMWare is not linked against Mojave yet so the preference has a bad side-effect when changing the appearance.
You could try to run this in your terminal:
killall cfprefsd
/bin/rm -rf ~/Library/Preferences/com.vmware.fusion.plist
/bin/rm -rf ~/Library/Preferences/com.vmware.fusion.plist.lockfile
Be sure to close VMWare before running the commands.
zenangst commented
I'm gonna try and install VMWare Fusion later this evening to see if I can't replicate the issue and look at how I can solve it. I'll keep you posted!
zenangst commented
Closing this issue due to lack of activity