1. Deskbar Applet
Please refer to our website
2. 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
2.1. Getting the Code
We're in the GNOME git module "deskbar-applet". For anonymous access:
git clone git://git.gnome.org/archive/deskbar-applet
If you have a developer login (commit rights) use:
git clone ssh://ACCOUNT@git.gnome.org/git/archive/deskbar-applet
substituting ACCOUNT for your login. See Git/Developers for more details.
2.2. 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.
2.3. Bug Tracking
2.4. Discussion
deskbar-applet-list mailing list (archives).
- In IRC-land, we are at #deskbar on Gimpnet (irc.gimp.org)
2.5. People
Primary hackers include NigelTao (ntao), RaphaelSlinckx (kikidonk), MikkelKamstrup (kamstrup) and Sebastian Pölsterl (sebp). If I forgot to mention you, edit the Wiki!
2.6. 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