Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Run Terminal commands via AppleScript and shortcuts' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Run Terminal commands via AppleScript and shortcuts
Authored by: boredzo on Dec 08, '04 03:34:05AM
... add the following:
<key>LSUIElement</key>
  <string>1</string>

the correct way to do that is with the true and false elements:

<key>LSUIElement</key>
  <true />



[ Reply to This | # ]
Run Terminal commands via AppleScript and shortcuts
Authored by: Peter Maurer on Dec 09, '04 03:37:23AM

Both seem to be correct. For instance, Panther's System Events.app uses <string>1</string>, while BOMArchiveHelper uses <true/>. I'm not sure if <true/> works with Jaguar or lower, though. At least, I've never seen it there.

---

http://www.petermaurer.de/butler/



[ Reply to This | # ]