Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 ####

Expand Down