PhoroLinux

How to install Workaholic 0.1.0 on Ubuntu

February 20th, 2008 · Posted by Toor · 4 Comments

Workaholic can be used to remind you to take a break. It will show you a transparent window with a progress bar. You can walk away from the computer for a while.

Installation

To install Workaholic on Ubuntu, you can execute the following steps:

  1. Open your /etc/apt/sources.list file with gedit text editor:
    sudo gedit /etc/apt/sources.list
  2. Add this line:
    deb http://mundogeek.net/repo ubuntu all
  3. Update the list of packages:
    sudo apt-get update
  4. Workaholic requires python-imaging package, you can install it with this command:
    sudo apt-get install python-imaging
  5. Install Workaholic:
    sudo apt-get install workaholic

Usage

You can run Workaholic by clicking Applications → Accessories → Workaholic.

Workaholic

If you like this post, please consider buying me a beer.

Tags: Ubuntu · How-Tos

4 responses so far ↓

  • 1 Ricardo // Feb 22, 2008 at 10:36 am

    I got this error:
    ricardo@san:~$ workaholic
    Traceback (most recent call last):
    File “/usr/lib/workaholic/workaholic.py”, line 28, in
    from progress_bar import ProgressBar
    File “/usr/lib/workaholic/progress_bar.py”, line 1, in
    import gtk, Image, time, gobject, cairo
    ImportError: No module named Image

  • 2 Ricardo // Feb 22, 2008 at 10:40 am

    Please add in your how-to:
    sudo aptitude install python-imaging

  • 3 Anon // Feb 22, 2008 at 1:19 pm

    This functionality is already built in to Gnome if you’re using that. See the Preferences->Keyboard menu option.

  • 4 Toor // Feb 22, 2008 at 6:07 pm

    @Ricardo: Thanks!
    @Anon: Great tip.

Leave a Comment