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

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

DeskbarApplet (last edited 2008-03-30 20:55:34 by sebp)