From 73f63cb9f8ca693ef211d283e8b3f83721e687b1 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Fri, 25 Aug 2006 23:49:09 +0000 Subject: * remove test for avahi 0.6.9 from the code * move these tests in configure.ac * update README git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@116 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- README | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'README') diff --git a/README b/README index 0cc8bc6..7fa639d 100644 --- a/README +++ b/README @@ -1,15 +1,9 @@ -requirements: - avahi >= 0.5 +* requirements: +avahi >= 0.6.9 python2.4-gnome2 -python2.4-gnome2 - +python2.4-glade2 -You should may have to log out, or restart gnome-panel before being able to use your new applet. +You 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: +You can check (debug) that the applet is working properly with the following command: $ /usr/bin/service-discovery-applet -window -before trying to put it in your panel - -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