Deskbar Applet
Please refer to our website
Development
The stuff below talks about the "core" functionality. You can also extend the Deskbar with your own "Handlers" or plug-ins - look at DeskbarApplet/Extending.
Also see our dev Roadmap: DeskbarApplet/RoadMap
Getting the Code
We're in the GNOME subversion module "deskbar-applet". For anonymous access:
svn co http://svn.gnome.org/svn/deskbar-applet/trunk deskbar-applet
If you have a developer login (svn commit rights) use:
svn co svn+ssh://ACCOUNT@svn.gnome.org/svn/deskbar-applet/trunk deskbar-applet
substituting ACCOUNT for your login.
Building, Installing, Running
It should be as simple as
./autogen.sh --prefix=/usr make sudo make install
You can also test it uninstalled by running
./deskbar/deskbar-applet -w
in the source directory, this will create the search bar in a standalone window.
Bug Tracking
Discussion
deskbar-applet-list mailing list (archives).
- In IRC-land, we are at #deskbar on Gimpnet (irc.gimp.org)
People
Primary hackers include NigelTao (ntao), RaphaelSlinckx (kikidonk), MikkelKamstrup (kamstrup) and Sebastian Pölsterl (sebp). If I forgot to mention you, edit the Wiki!
Future Plans
- Use drag and drop where applicable. Drag file hits into Nautilus windows to copy or move files fx.
- Use galago python bindings for IM integration
