Search GMail From The Deskbar

18 06 2007

I swear by the Deskbar applet. I swear by GMail. So lets put two and two together. Deskbar allows you to add “handlers” which are 3rd party extensions to this wonderful search utility. Here is a handler to allow Deskbar to search your GMail from within Ubuntu. Just save this script in your /home/.gnome2/deskbar-applet/handlers/ directory and it will automatically appear in your Deskbar Preferences. The script requires a little tweaking – you will need to hardcode your GMail username and password in order for it to work. At the top of the script there is a section:

GMAIL_USERNAME = ""
GMAIL_PASSWORD = ""

Which will require your attention. For a list of additional handlers click here. Another favorite Deskbar trick of mine is to integrate it with live Tracker search results. Deskbar is one of those utilities that make my daily computing, a little bit easier.





Enable Tracker Live Search in Ubuntu

30 05 2007

With the advent of Feisty Fawn, we now have Tracker which does a much better job of finding files than the standard GNOME search utility. One thing that bothered me about Tracker was that I was never able to get it to integrate with my trusty Deskbar applet – until now:

“sudo apt-get install libdeskbar-tracker”

Not only does it enable the Deskbar to search using Tracker, but it does a live update of the search results a-la Google Desktop Search.