1These are the steps to run the Gnocl test panel applet:
2
3- Find out the GNOME installation directories GDIR, that may be "/usr",
4   "/opt/gnome" or "/opt/gnome2/" (try "echo $GNOME2_PATH")
5
6TODO: `pkg-config --variable libdir libpanelapplet-2.0`
7
8- adapt in gnocl_test_applet.server
9      location="/opt/gnome/lib/bonobo/gnocl-applet">
10   acordingly
11
12- Copy gnocl_test_applet.server to $GDIR/lib/bonobo/servers
13
14- Copy test-applet.tcl to $GDIR/lib/bonobo. Make sure it is executable
15
16- Restart the panel:
17
18	killall gnome-panel
19
20- Right-click on the panel, select "Add To Panel" -> "Utility" ->
21  "Gnocl Test Applet"
22
23