From 43052fed25955d427fb3f02d5e90e825a43ad612 Mon Sep 17 00:00:00 2001 From: Amadeus Folego Date: Wed, 7 May 2014 11:57:51 -0300 Subject: [PATCH] Update dependencies description --- README.markdown | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index d8fe15c..ef3d9d0 100644 --- a/README.markdown +++ b/README.markdown @@ -128,18 +128,21 @@ All *XFCE* users should install GNOME keyring. #### Notifications #### -For *Ubuntu/Debian based* systems, python-notify is in the official repositores, and can be -installed the following way: +Bindings for libnotify and dbus are required to check availability +and send native notifications, packages are available on the +official repositories. + +For *Ubuntu/Debian based* systems: - $ sudo apt-get install python-notify + $ sudo apt-get install python-notify python-dbus -For *Fedora*, python's libnotify is in the official repositories, and can be installed with: +For *Fedora*: - $ yum install notify-python + $ yum install notify-python dbus-python -For *Arch Linux*, python-notify is in the extra repository, and can be installed with: +For *Arch Linux*, python-notify is in the extra repository: - $ pacman -S python-notify + $ pacman -S python2-notify python2-dbus #### Spell checking ####