GTG

Comment 1 for bug 517569

Revision history for this message
Luca Invernizzi (invernizzi) wrote :

Hi Chris,
thanks for your tests. I keep on being unable to reproduce these bugs, so your contribution is very useful.
 The patch should be in the daily repository in the next hour.

For the future, please run gtg in debug mode (gtg -d).
Moreover, it's more handy if you get the version of gtg to test directly from our code repository.
Here's how you can do it:

you'll need a program called bazaar:
    sudo aptitude install bazaar

and, for the branch you want to test:
    bzr branch A_BRANCH
    cd A_BRANCH
    ./scripts/debug.sh
where you have to substitute A_BRANCH with some branch name (like lp:gtg for trunk).
A good guide for that is here: http://live.gnome.org/gtg/contributing

bye!