Tuesday, March 06, 2012

Google Tasks Indicator: Quick Access To Your Google Tasks From The Ubuntu Panel

Tweet


Google Tasks Indicator is a new appindicator that displays your 10 most recent Google tasks on the Ubuntu panel.

For now, Google Tasks Indicator supports adding new tasks, marking tasks as completed (or unmark them) and clearing completed tasks. This is the first version, released for testing purposes, so there are still things not yet ready, like editing tasks, selecting the list, configuring the number of tasks displayed and so on, but these features should be available soon. Also, for now Google limits the Google Tasks Indicator API to 5000 hits per day, but hopefully this limit will be increased.

Google Tasks Indicator uses OAuth2 so your credentials are not stored locally. The first time your run Google Tasks Indicator, a new tab opens in your web browser, prompting you to grant Google Tasks Indicator access to your tasks. After this, Google Tasks Indicator should start and display your 10 most recent Google tasks.

From its preferences, you can set if the application should start automatically when you log in and the icon theme used.

If you want to use Google Tasks Indicator with a different Google account, you'll have to revoke the access for the currently logged in user via Google account settings.


Install Google Tasks Indicator


To add the Atareao PPA and install Google Tasks Indicator in Ubuntu 12.04 Precise Pangolin, use the following commands:
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install google-tasks-indicator python-gflags

The indicator should also work in Ubuntu 11.10, but there's no package in the PPA for Oneiric. You can, however, download and install the .deb from HERE. Also install "python-gflags" (it's a missing dependency):
sudo apt-get install python-gflags

via Atareao.es