blog:odborny:2015-07-31-disable_os_x_crashreporter_dialog_after_application_force-quit
Disable OS X crashreporter dialog after application force-quit
After every quit of application, OS X will bother you with “You have forced [appname] to quit” popup. Disabling it is really stupid simple .
What to do?
Simply open Terminal
and write down:
defaults write com.apple.CrashReporter DialogType none
Note that this won't stop the CrashReport process from starting up after application crash – for this, you need to also Completely disable macOS CrashReport.
Comments
blog/odborny/2015-07-31-disable_os_x_crashreporter_dialog_after_application_force-quit.txt · Posledná úprava: 2024/11/10 11:51 od Róbert Toth