Page 1 of 1
HazelHelper download message at every start up.

Posted:
Tue Mar 06, 2012 11:12 am
by pdm32
First of all, thanks for a great product!
Since upgrading to v 3, on every boot I receive the Apple warning that HazelHelper is an application downloaded from the Internet, asking if I am sure I want to open it. I must be missing an easy way to disable it, or I did not install things correctly. Thanks in advance for your kind assistance.
Re: HazelHelper download message at every start up.

Posted:
Tue Mar 06, 2012 1:28 pm
by Mr_Noodle
This is a bug with Lion. When files are downloaded, a quarantine flag will be set on the file. After launching it, the OS is supposed to remove the flag. Unfortunately, Lion has a bug where it doesn't work some of the time. You can strip it off yourself via the commandline.
WARNING: DO NOT ATTEMPT UNLESS YOU ARE COMFORTABLE USING THE COMMANDLINE AND/OR HAVE GOOD BACKUPSIf you have Hazel installed just for your account, you can use the following command:
- Code: Select all
find ~/Library/PreferencePanes/Hazel.prefPane -exec xattr -d com.apple.quarantine {} \;
If you have it installed systemwide, the command is different. It will ask you for your admin password since you are modifying something installed at the system level:
- Code: Select all
sudo find /Library/PreferencePanes/Hazel.prefPane -exec xattr -d com.apple.quarantine {} \;
Re: HazelHelper download message at every start up.

Posted:
Tue Jul 17, 2012 11:57 am
by joniisthecoolest
This worked perfectly, thanks so much! The only trouble is, I don't have access to the sample rules. I really liked some of them and I am admittedly super lazy. Is there a place on the site where I can download them?
Re: HazelHelper download message at every start up.

Posted:
Tue Jul 17, 2012 3:21 pm
by Mr_Noodle
You can re-add them via the cog/gear pull-down.
Re: HazelHelper download message at every start up.

Posted:
Thu Aug 02, 2012 6:16 am
by phm
Mr Noodle - I am not an expert on commandline & have the same problem. Could you help me with the bug as I get this horrid HazelHelper.app message that is driving me mad & I cannot use my updated Hazel!

Re: HazelHelper download message at every start up.

Posted:
Thu Aug 02, 2012 3:23 pm
by Mr_Noodle
If you can't use the commandline, then you should install Hazel again just for your account. Installing it machine-wide tends to cause problems.
Re: HazelHelper download message at every start up.

Posted:
Tue Sep 11, 2012 9:50 pm
by RRettke
Thanks, your system wide terminal command worked perfect, cut and paste.
I did want to mention, because I don't see it in the forum, but this issue is not just Lion. I have a clean install of Mountain Lion (on both an iMac and a Macbook Pro) and both encountered this issue.
Re: HazelHelper download message at every start up.

Posted:
Wed Sep 12, 2012 11:44 am
by Mr_Noodle
Yeah, it appears Apple didn't fix the bug which is quite annoying. Oh well.
Re: HazelHelper download message at every start up.

Posted:
Sat Oct 13, 2012 12:30 am
by Kha
I am having the same problem as well. I have tried using the same command but it appears that there is no Hazel.prefPane in the folder you mentioned. Any ideas?
Re: HazelHelper download message at every start up.

Posted:
Tue Oct 16, 2012 11:44 am
by Mr_Noodle
If you look, there are two different places it could be. It pretty much has to be in one of those two places otherwise System Preferences won't see it.
Re: HazelHelper download message at every start up.

Posted:
Thu Nov 14, 2013 10:48 pm
by bemental
Could always disable Gatekeeper in your system settings, that'll stop the messages as well.
Re: HazelHelper download message at every start up.

Posted:
Sun Jul 06, 2014 11:20 am
by JohnDCCIU
FYI, disabling Gatekeeper (i.e. in the Security & Privacy prefpane, setting "Allow apps downloaded from" to "Anywhere) does not fix this issue. At least not in Mavericks (10.9).
Re: HazelHelper download message at every start up.

Posted:
Tue Dec 29, 2015 10:13 pm
by hanguolaohu
On El Capitan v10.11.2. I used the second command line in Terminal, and then it asked for system password. Once I input the password I saw a message "standard is not in the sudoers file. This incident will be reported." Did it work? I'm normally logged into a Standard account because I read that it's more secure. I'm almost positive that when I installed Hazel, I installed for all users. Thanks.
Re: HazelHelper download message at every start up.

Posted:
Wed Dec 30, 2015 11:50 am
by Mr_Noodle
You need to be running an admin account so you can escalate to admin privileges for this operation. You should already have at least one such account on your system so log into that to perform the operation.
Re: HazelHelper download message at every start up.

Posted:
Wed Dec 30, 2015 7:16 pm
by hanguolaohu
Normally when I install an app it asks me to authorize with Admin credentials. But no problem, I'll try doing it in my Admin account and let you know the results. Thanks.