Disable Saved Application States
OS X Lion offers a checkbox to disable saved application states. However, many applications do not seem to care about that checkbox (e.g. Terminal). The easiest way to prevent applications from writing away saved states is exactly that: don't let them write to the saved application states folder.
To do this, first open up Terminal. Issue the following command to remove any saved application states you might have:
rm -r '~/Library/Saved Application State/*'
Now, prevent anything from writing it's state away ever again:
chmod -R a-w '~/Library/Saved Application State'
You may use the chmod command on individual application's folders inside the Saved Application State folder to preven ...
Source: http://feeds.macosxhints.com/click.phdo?i=a81f4fe848974d4bc7987299960e4ca3
news about apple macintosh consulting macnn app store macnn apple tv news apple inc news articles apple tech news
No comments:
Post a Comment