appscript - How to hide the automator application icon when running -


i create automator application , set run @ logon, , check "hide" box, still shows (the gear icon) in status bar. how can hide it?

i check "hide" box here:

enter image description here

but gear icon still shown (the worse part never stops rotating!)

enter image description here

is possible hide icon, or let stop rotating?

control-click on it, , choose show package contents pop-up menu. inside contents folder, open info.plist, , change lsuielement no yes (if using property list editor) — or change line after lsuielement key line (if using text editor). save info.plist. when alarm triggers, automator plugin run in background, without dock icon or menu bar, , focus remain on application you’re using.

three things note:

  • you might have move plug-in out of ical folder , in work. tiger caches lsuielement info; moving app forces tiger renew cache.
  • you not want ical plugin has dialogs or requires user interaction! works best maintenance actions, automated downloads, , sort of thing.
  • third, work automator workflow saved application, not ical plugins.”

then clear cache


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -