Adium

Profile: capeyork

Comment Count 1 comments
0 xtras

Latest comments

# by capeyork on 08/26/10 at 20:28:45

The plugin can start skype on its own, which is great. A simple edit to the skype Info.plist turns the app into an agent (no dock icon, no taskbar icon, no menubar) so you don't really have to 'know' that it's even running.

To enable agent mode:
defaults write /Applications/Skype.app/Contents/Info.plist LSUIElement 1

To disable agent mode:
defaults write /Applications/Skype.app/Contents/Info.plist LSUIElement 0