On 28.01.2013 08:40, Abhi Beckert wrote:
> I'm porting a simple mac app to GNUstep and am unsure how to imitate the
> OS X Launch Services "LSUIElement" info.plist key.
> 
> When set to true on an OS X app, launch services will not create a dock
> icon, and will not show the menu bar (although the menus still exist,
> you just can't see it. It is in the NSResponder chain).

You can achieve something similar with the GSSuppressAppIcon user
default, which prevents the icon from being displayed. But I think that
it doesn't affect display of the menu.

Cheers,

Niels

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to