Hacker News new | ask | show | jobs
by adamio 3494 days ago
"If you need to use Esc to force an app to close, you can switch to another app and try Option-Command-Escape. You can also choose Apple menu > Force Quit." https://support.apple.com/en-ca/HT207358
3 comments

Sometimes when I use XQuartz and Inkscape or some other X11 app on Mac, it will freeze such that you can't switch apps or use the Apple menu. Option-Command-Esc used to work...

In the video linked above the Apple menu also didn't appear to work, despite the mouse cursor moving, which matches my experiences.

Sometimes when I use XQuartz and Inkscape or some other X11 app on Mac, it will freeze such that you can't switch apps or use the Apple menu. Option-Command-Esc used to work...

Exactly - what not everyone realizes is that the top menu is rendered and events from it are dispatched into the process of the current (active) application. If that thing refuses to return from an event handler dispatched from the main thread's run loop, (i.e. most cases where program has hung), you can't use the Apple menu.

Or ctrl-click the app in the dock and push option when the menu comes up.
Heh, that makes me think about Finder that is always open. What if Finder is the only app you have open, and it hangs?
Cmd+space (spotlight) -> calculator (or whatever) and then force-quit finder :p
It'd be nice if Apple had an app simply called Force Quit :)
Click the apple in the top left corner -> Force Quit.
Sometimes this simply doesn't work - it's bizarre but the apple menu is actually part of the App that's running it.