Install GTimeLog time tracker on Fedora 16 GNU/Linux
GTimeLog is a simple and effective time tracking application for GNU/Linux. It is the preferred tool of top FSFE staff. It is not currently available in official Fedora repositories however, so in order to use it you must manually install it using Python. Fortunately this is simple to do.
Download GTimeLog from the official website:
http://pypi.python.org/pypi/gtimelog#downloads
Extract the downloaded file from the command line:
tar -xzf gtimelog-0.7.1.tar.gz
Enter the newly extracted directory from the command line:
cd gtimelog-0.7.1
Install dependencies from the command line:
sudo yum install python2 pygtk2
Install GTimeLog from the command line:
sudo python setup.py install
GTimeLog should now be installed. You can run it by pressing Alt+F2 and typing gtimelog [enter] in Gnome and KDE.





