15
07
2007
Howto disable / enable X11 quit alerts
Posted by: fidel in Applications, How to, Terminal, _english, mac, tags: 10.4, com.apple.x11, darwinports, login-items, macports, X11As i am used to several MacPorts based apps, X11. is one of my daily login items.
I was always wondering if there is a “hack” to get X11 closed while shutdown without having that “are-you-sure” dialog.
Yes there is:
- Open X11.app
- Open Terminal.app
- In Terminal enter:
- To disable the dialog:
- defaults write com.apple.x11 no_quit_alert true
- To enable (default):
- defaults write com.apple.x11 no_quit_alert false
- To disable the dialog:
- Close Terminal.app
- Close X11.app
The change will take effect the next time you open X11.
Additional informations about that topic can be found there.
Similar Posts:













Entries (RSS)