[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #27309] Can't start an app hidden....
From: |
Gregory John Casamento |
Subject: |
[bug #27309] Can't start an app hidden.... |
Date: |
Mon, 24 Aug 2009 00:17:32 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9.0.12) Gecko/20080528 Epiphany/2.22 |
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 #27309] Can't start an app hidden....,
Gregory John Casamento <=