Invisible dock icon bug

An instant messenger which can connect to AIM, GTalk, Jabber, ICQ, and more.
Post Reply
Glorp
Harmless
Posts: 2
Joined: Sun Aug 31, 2008 8:07 am

Invisible dock icon bug

Post by Glorp »

I was editing an older Dock Icon set to utilize the new invisible and invisible alert functions, as exampled in the 1.3 update.
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>
PS: what is the difference between ApplicationIcon, Base, and Preview?
User avatar
Robby
Cocoaforge Admin
Posts: 2610
Joined: Mon May 01, 2006 3:00 am

Re: Invisible dock icon bug

Post by Robby »

Hi Glorp,
this happens to be a known bug which has been fixed in the meantime. You can try 1.3.1b1 (from http://beta.adiumx.com) which includes the fix. :)
Glorp
Harmless
Posts: 2
Joined: Sun Aug 31, 2008 8:07 am

Re: Invisible dock icon bug

Post by Glorp »

Okay, thanks

I searched all last night for mentions of it but I couldn't find anything.
User avatar
Robby
Cocoaforge Admin
Posts: 2610
Joined: Mon May 01, 2006 3:00 am

Re: Invisible dock icon bug

Post by Robby »

I'm sorry you had no success in finding the ticket. I think #10786 pretty much covers the problem you had.
Post Reply