diff options
author | Sebastien Estienne <sebastien.estienne@gmail.com> | 2006-08-25 23:49:09 +0000 |
---|---|---|
committer | Sebastien Estienne <sebastien.estienne@gmail.com> | 2006-08-25 23:49:09 +0000 |
commit | 73f63cb9f8ca693ef211d283e8b3f83721e687b1 (patch) | |
tree | 9ab0a78e5f2bad66359febc63212166a68594d4b /README | |
parent | 27c6fade238336c61a5a01d22fe767bf664ca010 (diff) |
* 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
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -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. |