From 7c0bd4cd175823e5f09256f67981d0de79e8e2e9 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 13 Aug 2012 12:10:46 +0200 Subject: .osx: Disable the crash reporter (commented) --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index fe4383e..5e6ad67 100755 --- a/.osx +++ b/.osx @@ -63,6 +63,9 @@ defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false # Disable automatic termination of inactive apps defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true +# Disable the crash reporter +#defaults write com.apple.CrashReporter DialogType -string 'none' + # 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 :( -- cgit v1.2.3