How to Sync Your Empathy Logs Across Various Computers [Linux Ubuntu]

empathy-logoSince Empathy became the default IM app in Ubuntu 9.10, it has also replaced Pidgin as my default IM app. Empathy is simple to use and the version in Ubuntu 10.04 come with a nice interface. So even though Pidgin is functionally better, I have no compelling reasons to switch it back. There is one problem though. As I have several computers, both at home and office, I have no ways to access to the conversation logs if the conversation occurred over another computers. That means, if I am using the computer at home, I won’t be able to access the conversation logs which take place when I were using the office computer.

The solution to this is, of course, upload the logs to the cloud and sync it back to every computers you are using. Needless to say, Dropbox is the best for this.

Previously, we have mentioned the various uses of Dropbox and one of them is to sync your IM logs. What is not mentioned in that article is how to do it. In this article, I will show you how to get it done in Ubuntu.
[Read more...]

Snippet: Troubleshooting Empathy “Network Error” Issue In Ubuntu

If you are using Empathy, there will be situations where you will see a “Network Error” message and you can’t log in to your favorite IM network.

The fix for this is simple:

1. Close your Empathy.

2. In the terminal, type:

killall telepathy-butterfly

3. Restart your Empathy.

It should work now.

Snippet is a short tip/trick or just a quick fix for a certain issue that we discover from time to time. Don’t forget to subscribe to our RSS feed for more up to date tutoprials/tips/tricks.

Snippet: Add Facebook Chat to Empathy

empathy-fbchat-failed-authenticationIf you are a regular Facebook Chat user, you will be happy to know that Facebook has recently launched the XMPP support which allows you to connect to FB Chat from (almost) any IM applications (only applies to those that support the XMPP protocol).

For Ubuntu Karmic users who are using Empathy rather than Pidgin, some of you might have difficulties connecting to the FB Chat network. The most common seen problem is the Authentication Failed message. Here’s the fix:
[Read more...]