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
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
This issue was reported to me by Deek in IRC.
In Preferences.app, in Backbone the following workaround is in Controller.m:
/*
This should work, but doesn't because GNUstep
starts apps hidden unhides them between
-applicationWillFinishLaunching: and
-applicationDidFinishLaunching:
*/
#if 0
if ([defaults boolForKey: @"autolaunch"]) {
[NSApp hide: self];
}
#endif
Additional comments from IRC...
---
<Deek> On NS/OS, the -NXAutoLaunch argument is sent by WM.app when it
auto-launches an app on login.
<Deek> Apps often have a "Hide on Auto-launch" option, which prevents the app
from loading its UI or appearing as anything other than its icon.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?27309>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep