OS X now has a "proper" way of creating full screen windows: https://developer.apple.com/library/mac/#documentation/General/Conceptual/MOSXAppProgrammingGuide/FullScreenApp/FullScreenApp.html We should probably consider using. There are some issues though: - Requires 10.7 - Unknown how it interacts with grabbing keyboard/mouse - Unknown how multi-head is handled
Big +1 for this. Current full screen method makes it very cumbersome to jump in and out. Having this be a space per monitor (like MS RemoteDesktop) is much better. Please pick this feature up.
I suggest that this is merged with 4887 and moved up in prio.
Bug 4887 is about the actual user problem. This bug is about a code cleanup and avoid using hacks to achieve full screen.