Comment 4 for bug 370754

Revision history for this message
GauteHope (eg) wrote :

Patch ? Did you try a fresh clone of gnome-schedule:
$ git clone git://git.gnome.org/gnome-schedule

Remember to either install it in a prefix, ie "currentdir/inst" (after a clone):
$ cd gnome-schedule
$ ./autogen --prefix=$(pwd)/inst
$ make && make install

and run it from there (remember the ./):
$ cd inst/bin
$ ./gnome-schedule

You need normal gnome build tools.

- gaute