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

2009-12-05 Thread Fred Kiefer
Update of bug #27309 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

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

2009-12-05 Thread Jeff Teunissen
Follow-up Comment #6, bug #27309 (project gnustep): Well, it sort of works, but not in a useful way for a machine where the workspace manager doesn't own the appicons (i.e. one using GNUstep). The program starts, and doesn't create any windows (not even the appicon needed to activate the app).

[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

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

2009-08-24 Thread Fred Kiefer
Follow-up Comment #1, bug #27309 (project gnustep): This could be resolved by not calling activateIgnoringOtherApps: in [NSApplication finishLaunching] when the parameter autolaunch is given. We probably should think a bit more about the pre-conditions, though.

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

2009-08-23 Thread Gregory John Casamento
URL: http://savannah.gnu.org/bugs/?27309 Summary: Can't start an app hidden Project: GNUstep Submitted by: gcasa Submitted on: Sun 23 Aug 2009 08:17:30 PM EDT Category: Gui/AppKit Severity: 3 - Normal