OneFinger: obtaining the program

Currently you can only get the program in source form (don't worry though: you don't need to compile anything, since OneFinger is a python script).

The only drawback is that you have to install the libraries by hand. The required libraries are: Qt, pyQt. Furthemore, having "konsole" installed is recommended (otherwise you have to edit the config.py file). konsole is usually found in the "kdebase" package.

Latest release

The latest release is 1.1, stable. Get it here.

Latest snapshot - CVS

To get the absolutely latest source code you must use a program called CVS. Open a terminal and copy&paste this text:
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/onefinger checkout onefinger

This will create a directory called onefinger in your current dir, and put the source code in it.

Then, periodically, to keep your version on par with the current version, enter the directory onefinger and type:

cvs update -dP
and your local version will get updated.

Browsing the code online

You can also browse the source code online with sourceforge: simply click here.