Comment 19 for bug 1576060

Revision history for this message
GauteHope (eg) wrote : Re: [Bug 1576060] Re: Gnome Schedule in Ubuntu 16.04?

tak21 writes on juli 6, 2016 8:16:
> Hi all,
>
> to compile gnome-schedule-2.3.0.tar.gz on my ubuntu 16.04 installation I
> installed the following dependencies:
>
> $ sudo apt install python-gtk2-dev python-gconf at gnome-doc-utils
> scrollkeeper
>
> After that I followed the instructions in the INSTALL file; so in the
> folder where I extracted the archive I did a
>
> $ sudo .configure
> $ sudo make
> $ sudo make install
>
> $ gksu gnome-schedule

Great! Note that you do not need sudo for most steps:

$ ./configure
$ make
$ sudo make install # will install to /usr/local by default
                    # (change by specifying --prefix=/path to ./configure)

$ gnome-schedule

You might in some cases want to run gnome-schedule as root, but normally
not.

Regards, Gaute