I have added Empathy to the list of applications that open by default, and it's configured to auto-connect to MSN when started, but when I login to my laptop the wifi connection takes a few seconds to be ready. Before the net is up, Empathy has already started, tried to login to MSN and failed, and I can't get it to connect after that.
This seems to be a bug in Empathy, but how can I get a fix for it, or if not possible, how can I delay its start until the network is up?
Apparently this is a known bug in Empathy, so I decided to launch Empathy from a script that checks if the network is up (connecting to http://www.google.com, internet's true heartbeat :) If the network is not working, it will sleep for 5 seconds and retry, until it tried 30 times
This is the script (named waitfornet.py)
and this is how I launch it from the "Startup Applications" menu:
It sounds like Empathy may need a patch to do this kind of thing internally. But you should be able to poke Empathy to do the right thing by disconnecting from your network and reconnect.
I've seemingly had bugs with Empathy refusing the connect to a bunch of networks at various times. But it should give a count down "Will retry in X seconds."
But that will take code and if you want it, a bug report needs to be made.
I wrote a script specifically to overcome this problem. This script (which is based on python and D-Bus) will connect empathy to the network every time when the network is online. Even if the connection goes down and reconnects, the script will automatically reconnect empathy again.
Hope you'll enjoy it. Please leave a comment if you need any improvements.