I copied the code exactly, saved, restarted adium, and then set my accounts to invisible and waited for a message.
Good news: It worked, a grey Domo-kun now flaps his arms when i get a message as invisible
Bad news: He doesn't stop flapping his arms
Even when if I change statuses or another event occurs, it is viewed as "InvisibleAlert" and the Invisible Flap animation is shown (or for older ones, nothing). Apparently the icons that came with 1.3 do this too.
Here's a sample of my .plist
Code: Select all
</dict>
<key>Online</key>
<dict>
<key>Animated</key>
<false/>
<key>Image</key>
<string>Awake.png</string>
<key>Overlay</key>
<false/>
</dict>
<key>Invisible</key>
<dict>
<key>Animated</key>
<false/>
<key>Image</key>
<string>Invisible.png</string>
<key>Overlay</key>
<false/>
</dict>
<key>InvisibleAlert</key>
<dict>
<key>Animated</key>
<true/>
<key>Delay</key>
<real>0.5</real>
<key>Overlay</key>
<false/>
<key>Images</key>
<array>
<string>InvisibleFlap.png</string>
<string>Invisible.png</string>
</array>
<key>Overlay</key>
<false/>
</dict>
<key>ApplicationIcon</key>
<dict>
<key>Animated</key>
<false/>
<key>Image</key>
<string>Asleep.png</string>
<key>Overlay</key>
<false/>
</dict>