ApolloZhu / Dynamic-Dark-Mode

The smart, automatic Dark Mode toggle for macOS Mojave+
https://apollozhu.github.io/Dynamic-Dark-Mode/
GNU General Public License v3.0
504 stars 31 forks source link

Choosing "Astronomical Sunset/Sunrise" crashes the App #82

Open raduvarga opened 4 years ago

raduvarga commented 4 years ago

Choosing the option "Astronomical Sunset/Sunrise" crashes the App, furthermore it cannot be opened again.

Where can I delete my preferences file?

Tip: Consider adding a Zap Stanza, that way people can delete their settings via brew cask zap.

raduvarga commented 4 years ago

I've deleted all the files I could find from the Preferences, Containers, Caches, Private folders, but that still doesn't help start the App. There is something somewhere that restores the old preferences.

ApolloZhu commented 4 years ago

Sorry for the late reply. I'll investigate the cause of the issue, but for now, you can use Spotlight to search for the "Terminal" app (which can also be found in the Utilities folder of Launchpad) and paste in the following command (then press enter). This should reset everything:

defaults delete io.github.apollozhu.Dynamic
raduvarga commented 4 years ago

That did the trick, thanks!