Page 1 of 1

Firefox and Flock profiles being searched for by Hazel

PostPosted: Tue Mar 16, 2010 3:15 am
by holigen
I notice in my logs with the debug mode activated that Hazel tends to fail opening the profiles for Firefox and Flock quite often. This is due to the fact that, indeed, I do not have Firefox or Flock installed and consequently, those files do not exist. Here is the offending log output:

Code: Select all
 2010-03-16 00:08:23.555 (null)[0] DEBUG: Error reading file /Users/matt/Library/Application Support/Firefox/profiles.ini: Error Domain=NSCocoaErrorDomain Code=260 UserInfo=0x1018041c0 "The file “profiles.ini” couldn’t be opened because there is no such file." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No such file or directory")
2010-03-16 00:08:23.562 hazelfolderwatch[9967] DEBUG: Error reading file /Users/matt/Library/Application Support/Flock/profiles.ini: Error Domain=NSCocoaErrorDomain Code=260 UserInfo=0x10180db40 "The file “profiles.ini” couldn’t be opened because there is no such file." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=2 "The operation couldn’t be completed. No such file or directory")
2010-03-16 00:08:23.567 hazelfolderwatch[9967] DEBUG: Could not resolve alias. Old path: (null) Error: -50
2010-03-16 00:08:23.567 hazelfolderwatch[9967] DEBUG: Initialized
2010-03-16 00:08:23.567 hazelfolderwatch[9967] DEBUG: Pausing to wait for things to settle down.


I'm not sure if this is just Hazel trying to check for any other downloads folders and failing to find that information for Firefox or Flock, or if something else is happening. Regardless, I just thought that I would report it.

Re: Firefox and Flock profiles being searched for by Hazel

PostPosted: Wed Mar 17, 2010 1:29 pm
by Mr_Noodle
Thanks for the report. I'll have to double check but it should only check if the browsers are installed. It's a harmless error but I'll look into it and see if I can make sure it only happens when the browsers are present.