From c69a69f7b314aaa4b1fb265232ae420d076ad245 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sun, 2 Oct 2005 00:13:49 +0000 Subject: * remove support for shell scripts (too dangerous) * add support for python modules for servicetype's actions (not finnished) git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@23 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- README | 2 -- 1 file changed, 2 deletions(-) (limited to 'README') diff --git a/README b/README index 304ec7d..a9a8181 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 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. -- cgit