Strange, it stop working for me either. Also there is a strange black bar on top.
I’m going to delete everything related to defold and try again. Log is attached but everything seems ok to me… It started to happens after latest update.
Installed the same version of Defold Editor to another mac with the same macOS version 10.14.6 and everything works fine. Doesn’t look like a bug of Mojave or Defold. I don’t have any ideas at the moment.
Keyboard shortcut Cmd+Alt+Ctrl+D as service in system keyboard shortcuts to run the Automator script that switches the Dark Mode. It looks like:
tell application "System Events"
tell appearance preferences
set dark mode to not dark mode
end tell
end tell
I tried to uninstall VOX Player preferences pane and remove the automator script from system workflows and shortcuts. Also I tried to turn off wireless magic trackpad and keyboard to use only the builded-in trackpad. But nothing.
Update: I Installed VOX Player preferences pane and my automator script to the mac where right clicks works. Everything works the same, it seems okay with my dark mode shortcut and VOX.
As I understand, the macOS dark mode support has been disabled to solve the bug with right clicks. But in my case, for unknown reason, it still switches color of the top bar:
For unknown reason in my case the Defold ignores both Defold.app/Content/Info.plist and NSUserDefaults values for the com.defold.editor identifier. But on the mac where everything works fine the Defold really reads both them.
So I tried to figure out where is my Defold stores NSUserDefaults values.
Created the folder supermegafolder
Opened it in the project opening dialog
Ran in the terminal defaults read to find where the Defold saved the supermegafolder as the value for the NSNavLastRootDirectory key.
Found it and see that the bundle identifier is net.java.openjdk.cmd