From fb5df8aa6496d4f64d5788ca3d528e1833f5ba3d Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 3 Dec 2008 23:00:05 +0000
Subject: [PATCH] update features window and README about idle module

---
 README.html            | 2 +-
 src/features_window.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.html b/README.html
index bc889f6ac5..975f030476 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 450793a7ad..45ee72fdb4 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.'),
-- 
GitLab