Page 1 of 1

hazel starting after computer starts

PostPosted: Thu May 21, 2015 9:07 pm
by vorlago
My mac will asked if I want to open Hazel, every time, I start my machine. I'm running under by company name, but the registration is under my person name. After I say yes, to opening the application, Hazel will run properly.
Help.

Re: hazel starting after computer starts

PostPosted: Fri May 22, 2015 11:24 am
by Mr_Noodle
Is the message one about HazelHelper being an application downloaded from the internet? If so, then this is a bug in the OS having to do with installing Hazel machine-wide. You can move Hazel.prefPane from the top level /Library/PreferencePanes to the one under your home folder, or, if you want to keep the machine-wide installation and are comfortable using the commandline, do the following:
Code: Select all
   sudo xattr -d -r com.apple.quarantine /Library/PreferencePanes/Hazel.prefPane/

Note that that command will ask for your password as it needs to run a privileged operation so handle with care.

Re: hazel starting after computer starts

PostPosted: Fri May 22, 2015 11:08 pm
by vorlago
thank you