GTimer FAQ
GTimer should compile with the latest versions of GTK+ 2.X.
It may also compile with older versions, but it's always
recommended you get the latest version.
I don't provide binaries but you can check with other sites
(such as "freshmeat.net)
for binaries (but beware: they may be older version of GTimer).
Use the -nosplash option to not display the splash screen.
There is no UI for this yet, but you can carefully edit
the ~/.gtimer/.gtimerrc file and edit the line that follows idle.
(It's the idle threshold in seconds.)
GTimer currently has no way of directly communicating with
a database. But, you can use the exportSQL.pl Perl script to
convert GTimer data into SQL. Look in the contrib directory
for exportSQL.pl and other tools.
GTimer has internationaliztion (I18N) support. You must have the
GNU gettext distribution installed.
You will need to translate the provided messages.po to whatever
language you want. Here's an example for French:
- Either start with messages.po (or create your own with "xgettext *.c")
- Copy messages.po to the new locale (Example: "cp messages.po fr.po")
- Now edit the new .po file and replace the msgstr lines with
the proper translated text.
- Now use msgfmt to build the .mo file from your .po file.
(Example: "msgfmt fr.po -ogtimer.mo")
- Make sure your LANG environment variable is set to the proper locale.
- Copy the gtimer.mo file to the proper location. I'm not if this
is the same place all on system. On my system, the French gtimer.po
needs to be:
/usr/share/locale/fr/LC_MESSAGES/gtimer.mo
If you're not sure where it's looking, on Linux try using strace to
see where it's looking:
strace gtimer |& grep LC_MESSAGES
- Email me the translation file! I'll add it to the distribution
for others to use.
Home Page: http://www.k5n.us/gtimer.php
Author: Craig Knudsen,
craig@k5n.us