Tagged Questions
1
vote
2answers
329 views
How can I automatically run an AppleScript on shutdown or logout?
I am more used to the Javascript style event handlers,
but is there a similar thing in applescript that listens to system events like logout or shutdown to execute code
or is there a way to have an ...
9
votes
3answers
862 views
Is it necessary to eject external drives before logging out, restarting, or shutting down?
Is it necessary or recommended practice to eject external drives before logging out, restarting, or shutting down? (The drives are not being unplugged.)
BTW, I am aware that I need to eject my ...
4
votes
1answer
116 views
How can I prevent accidentally quitting an application?
I use Adium, but if I set a "Quit Confirmation" in the advanced preferences, it cancels log out. If I don't, it is way too easy to quit it, since it gets focused between apps sometimes.
Is there any ...