summaryrefslogtreecommitdiff
path: root/python/deskbar-handler/README
blob: be0e29b782b04751dabdb3d049a0e3e8ade33be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
tracker-handler.py is a (gnome) deskbar handler providing the results of a tracker powered search in deskbar.

----------Requirements----------
* python-dev (>= 2.3)
* deskbar-applet (>= 2.14.2)
* tracker(>= 5.0)

If you use Ubuntu these can be installed via apt-get with this command:
sudo apt-get install python-dev deskbar-applet

----------Installation-----------
cp ./*.py ~/.gnome2/deskbar-applet/handlers/


----------Configuration-----------
you can eventually change the number of results from Tracker the deskbar handler displays around line #22:
(default is 2)

MAX_RESULTS = 5