Comment out change of "Open windows on startup", OSX 10.7.4 introduces this by default

This commit is contained in:
Rich Healey
2012-05-10 23:03:12 +10:00
parent 9898899c92
commit 10e91077bc
Vendored
+4 -2
View File
@@ -33,8 +33,10 @@ defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false
# Disable the “reopen windows when logging back in” option
# This works, although the checkbox will still appear to be checked,
# and the command needs to be entered again for every restart.
defaults write com.apple.loginwindow TALLogoutSavesState -bool false
defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false
#
# Only relevant for <10.7.4
# defaults write com.apple.loginwindow TALLogoutSavesState -bool false
# defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false
# Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo)
# Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :(