Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-12-04 02:00:05 +0300
committerYann Leboulanger <asterix@lagaule.org>2008-12-04 02:00:05 +0300
commitfb5df8aa6496d4f64d5788ca3d528e1833f5ba3d (patch)
treea31eac2b715c853a120a548455858bc8089f446b
parent20d53262c6926c95f38b0e025a42c7bcfe8f7afd (diff)
update features window and README about idle module
-rw-r--r--README.html2
-rw-r--r--src/features_window.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.html b/README.html
index bc889f6ac..975f03047 100644
--- a/README.html
+++ b/README.html
@@ -30,6 +30,7 @@ Gajim is a GTK+ app that loves GNOME. You can do 'make' so you don't require gno
<ul>
<li><a href="http://pyopenssl.sourceforge.net/">PyOpenSSL</a> (python-pyopenssl package in Debian) for <em>secure</em> SSL/TLS. Python's default SSL is insecure, so this package is highly recommended!</li>
<li>python-crypto to enable End to end encryption</li>
+<li>For idle module, libxss library</li>
<li>For zeroconf (bonjour), the "enable link-local messaging" checkbox, you need dbus-glib, python-avahi</li>
<li>dnsutils (or whatever package provides the nslookup binary) for SRV support; if you don't know what that is, you don't need it</li>
<li>gtkspell and aspell-LANG where lang is your locale eg. en, fr etc</li>
@@ -52,7 +53,6 @@ the xml lib that *comes* with python and not pyxml or whatever.
<li>python-dev</li>
<li>python-gtk2-dev</li>
<li>libgtk2.0-dev aka. gtk2-devel</li>
-<li>libxss-dev (for idle detection module; some distributions such as Debian split xscreensaver)</li>
<li>libgtkspell-dev (for the gtkspell module)</li>
<li>libdbus-1-dev (for the remote control module)</li>
<li>intltool</li>
diff --git a/src/features_window.py b/src/features_window.py
index 450793a7a..45ee72fdb 100644
--- a/src/features_window.py
+++ b/src/features_window.py
@@ -92,8 +92,8 @@ class FeaturesWindow:
_('Requires PyGTK >= 2.10.')),
_('Idle'): (self.idle_available,
_('Ability to measure idle time, in order to set auto status.'),
- _('Requires compilation of the idle module from Gajim sources.'),
- _('Requires compilation of the idle module from Gajim sources.')),
+ _('Requires libxss library.'),
+ _('Requires python2.5.')),
_('LaTeX'): (self.latex_available,
_('Transform LaTeX expressions between $$ $$.'),
_('Requires texlive-latex-base and dvipng. You have to set \'use_latex\' to True in the Advanced Configuration Editor.'),