Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!agate!shelby!labrea!daemon From: lane@sumex-aim.stanford.edu (Christopher Lane) Newsgroups: comp.sys.next Subject: Stealth Application Icon Message-ID: <23997@labrea.Stanford.EDU> Date: 21 Jul 89 20:48:31 GMT Sender: daemon@labrea.Stanford.EDU Lines: 25 A trivial technical tidbit: If you're like me (heaven forfend) and are annoyed that although the 'Stealth' demonstration program has an application icon it doesn't show up in the Workspace browser (the generic executable application is shown instead) then below is a solution. Assuming you've downloaded the 'fsectbyname' utility I posted earlier to the cs.orst.edu public NeXT archive, then as 'root' do: # cd /NextDeveloper/Demos/Steath.app # fsectbyname r Stealth __ICON __header | tr ' ' '\011' >Stealth.iconheader # fsectbyname w Stealth __ICON __header Find Tools' from the Workspace menu and the Stealth icon should now show up. This fix replaces an erroneous space character with a tab in the icon header file in the Stealth binary. Just another example of better living through Mach-0 binary dissection. - Christopher