From 7b771b3f042669e5d763864dd69560c4e2a5bb8d Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sat, 17 Sep 2005 13:40:38 +0000 Subject: * updated docs * added a schema git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@13 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- README | 2 -- 1 file changed, 2 deletions(-) (limited to 'README') diff --git a/README b/README index 696ce3d..304ec7d 100644 --- a/README +++ b/README @@ -4,8 +4,6 @@ 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 -- cgit