This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

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

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


2024-10-23 10:58