sudo yum -y install deskbar-applet). It seems to have some problems holding onto focus while I'm typing, but I might end up using it longer term. One thing that I've found is that: /usr/lib/deskbar-applet/deskbar-applet --helpis good for debugging, since plugins that fail to load might output something to the terminal. I did have to do a few more things to get some of the functionality I wanted. They're described here:
Enabling Google Live Search
- Download the Google APIs developer's kit and put the
GoogleSearch.wsdlfile contained therein into~/.gnome2/deskbar-applet/ - Create a google account and get your API key mailed to you
- Put the key in a file called
~/.gnome2/deskbar-applet/Google.key sudo yum -y install SOAPpy- restart (logout/login or remove/add the deskbar)
- Enable google search in the deskbar preferences
Enabling Live Beagle Integration
sudo yum -y install libbeagle-python- restart (logout/login or remove/add the deskbar)
- Enable "Beagle Live" in the deskbar preferences
Patching Bug 335499
- Get 2.14.2 from
http://ftp.acc.umu.se/pub/GNOME/sources/deskbar-applet/2.14/ - Get and install the 2.14.0 source rpm from http://download.fedora.redhat.com/pub/fedora/linux/extras/5/SRPMS/
- Edit /usr/src/redhat/SPECS/deskbar-applet.spec to change version to 2.14.2 and release to 0%{?dist}
- Remove the second patch line from the spec file (in 2 places)
- rpmbuild -ba deskbar-applet.spec
- install the produced RPM
