aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Healey <healey.rich@gmail.com>2012-05-10 23:03:12 +1000
committerRich Healey <healey.rich@gmail.com>2012-05-10 23:03:12 +1000
commit10e91077bc4e93df949d276563bc7c0659eb16d6 (patch)
tree554834460cd4446c43e0d69420fc0bc6a1466f91
parent9898899c929b46a5f0990381d61a39063881675f (diff)
downloaddotfiles-10e91077bc4e93df949d276563bc7c0659eb16d6.tar.gz
dotfiles-10e91077bc4e93df949d276563bc7c0659eb16d6.tar.bz2
dotfiles-10e91077bc4e93df949d276563bc7c0659eb16d6.zip
Comment out change of "Open windows on startup", OSX 10.7.4 introduces this by default
-rwxr-xr-x.osx6
1 files changed, 4 insertions, 2 deletions
diff --git a/.osx b/.osx
index 12443b2..088575a 100755
--- a/.osx
+++ b/.osx
@@ -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 :(