[bug #27309] Can't start an app hidden....

2009-09-12 Thread Jeff Teunissen
Follow-up Comment #2, bug #27309 (project gnustep): No, you can't do that. It's totally up to the app what happens when -NXAutoLaunch YES (not -autolaunch) is passed (the lib doesn't even understand it). The library cannot make this kind of decision, because any and all special actions

[bug #27309] Can't start an app hidden....

2009-09-12 Thread Fred Kiefer
Follow-up Comment #3, bug #27309 (project gnustep): Hmm, this sounds to me as if we just should only call activateIgnoringOtherApps: in finishLaunching when the application isn't hidden. What we also need to take care of is to create the application with _app_is_hidden set to NO for this to