AllAmericanGeek wrote:UPDATE: I changed the folder permissions and Hazel functions as planned.
I do think this is the best solution, but it is possible that folder permissions correction in the future will set the permissions back.
Now, for the workflow question:
Well, as far as the sleepimage is concerned, if you're deleting it regularly perhaps you should
change the hibernation/sleep behavior of your mac.
If, however, you don't want to do this, then I suggest running an applescript to remove the image, with administrator privileges:
- Code: Select all
do shell script "rm rm /private/var/vm/sleepimage" with administrator privileges
Of course this will ask your password every time, but if you're only doing this now and then it might not be that much of an irritation.