Hello Linux Geeksters. As you may know, Indicator-Remindor is an open-source appindicator for scheduling reminders and alarms, written in Python using GTK+. The app reminds the users about scheduled events by using notifications, popups, by playing sounds or by modifying the appindicator icon colour. The latest version available is Indicator-Remindor 13.08.
In this article I will show you how to install Indicator-Remindor 13.08 / Remindor-Qt 13.08 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya and Elementary OS 0.2 Luna.
Because it is available via repository, installing Indicator-Remindor is easy. All you have to do is:
$ sudo add-apt-repository ppa:bhdouglass/indicator-remindor
$ sudo apt-get update
$ sudo apt-get install indicator-remindor
For a Qt based indicator, install the following package: remindor-qt (from the same repository):
$ sudo apt-get install remindor-qt
Leave a Reply