Gfocustimer

From Linuxintro
Revision as of 08:27, 27 December 2009 by imported>ThorstenStaerk (New page: [http://quozl.netrek.org/gfocustimer/ gfocustimer] tracks how much time you spend in which applications. To install it, find out your distribution and proceed accordingly: = SUSE = *...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

gfocustimer tracks how much time you spend in which applications.

To install it, find out your distribution and proceed accordingly:

SUSE

  • install dependencies
yast -i glib-devel
yast -i gtk-devel
  • download and unpack the software
tar xvzf gfocustimer*
cd gfocustimer*
./configure
make -j4 && make install