summaryrefslogtreecommitdiffstats
path: root/README
blob: 696ce3dfc9d82f7e6f45cb6c043f9da1dcb46662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
You should may have to log out, or restart gnome-panel before being able to use your new applet.

You should test that the applet is functionning with the following command:
$ /usr/bin/service-discovery-applet -window
before trying to put it in your panel

To add support for more service type, edit $(prefix)/bin/service-discovery-applet, and look the following variable: "type_browsed"

To add actions when you click on a specified service, add a file in $(prefix)/share/service-discovery-applet/scripts, you must name it type.sh (eg: _ssh._tcp.sh), look at the included scripts to know how to access ADDRESS, PORT and TXT records.

To add icons for services in the applet, just drop a png named TYPE.png (eg: _ssh._tcp.png) in $(prefix)/share/service-discovery-applet/icons

All of this will be configurable from the GUI in the upcoming releases.