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
- PyOpenSSL (python-pyopenssl package in Debian) for secure SSL/TLS. Python's default SSL is insecure, so this package is highly recommended!
- python-crypto to enable End to end encryption
+- For idle module, libxss library
- For zeroconf (bonjour), the "enable link-local messaging" checkbox, you need dbus-glib, python-avahi
- dnsutils (or whatever package provides the nslookup binary) for SRV support; if you don't know what that is, you don't need it
- gtkspell and aspell-LANG where lang is your locale eg. en, fr etc
@@ -52,7 +53,6 @@ the xml lib that *comes* with python and not pyxml or whatever.
- python-dev
- python-gtk2-dev
- libgtk2.0-dev aka. gtk2-devel
-- libxss-dev (for idle detection module; some distributions such as Debian split xscreensaver)
- libgtkspell-dev (for the gtkspell module)
- libdbus-1-dev (for the remote control module)
- intltool
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.'),