mjolnirapp / mjolnir

Lightweight automation and productivity app for OS X
5.2k stars 129 forks source link

Resetting preferences to default #567

Closed wengzilla closed 7 years ago

wengzilla commented 7 years ago

I recently unchecked the "pin from taskbar" before clicking "pin to menu bar" and now I have no way to get back to the preference panel! Is there a command I can run or a file I can modify to reset to the defaults (or alternatively just check the pin to menu bar)?

thesoftwarephilosopher commented 7 years ago

@wengzilla In a terminal, type open -a Mjolnir. That may open the Preferences panel of Mjolnir. If not, quit Mjolnir (via kill) and delete its Preferences plist file, then reopen it.

AaronFoltz commented 7 years ago

@sdegutis Any more suggestions here? The deletion of the preferences plist doesn't seem to do anything.

thesoftwarephilosopher commented 7 years ago

Make sure to kill the process first then while it's not running use the defaults command to delete its preferences. Restart the app and it should be fine.