But I'm not sure the right solution is to hide all app's app icons. I would think we'd need some better way, such as changing the NSApplication method responsible for creating app icons in a way so that it integrates well with Etoile's session/app/whatever manager.
--
Saso
On 7/21/06, Chris Vetter <[EMAIL PROTECTED]> wrote:
--- main.m.ORG Sun Jun 11 12:56:53 2006
+++ main.m Fri Jul 21 12:26:40 2006
@@ -49,7 +49,7 @@
// we never show the app icon
[[NSUserDefaults standardUserDefaults]
- setObject: [NSNumber numberWithBool: YES] forKey:
@"GSDontShowAppIcon"];
+ setObject: [NSNumber numberWithBool: YES] forKey:
@"GSSuppressAppIcon"];
delegate = [Controller new];
[NSApplication sharedApplication];
On a side-note, put GSSuppressAppIcon=YES in the NSGlobalDomain domain
to suppress the creation of any application's application icon. Make
sure you have a way of unhiding the application(s), though.
--
Chris
_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev
_______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
