Flyback on Ubuntu Hardy 8.04 LTS
May 22, 2008 by tibor
Original code homepage: http://code.google.com/p/flyback/
$sudo apt-get install python python-glade2 python-gnome2 python-pysqlite2 python-gconf rsync gnome-schedule
$ mkdir ~/Applications
$ cd ~/Applications
$ wget http://flyback.googlecode.com/files/flyback_0.4.0.tar.gz
$ tar -zxvf flyback_0.4.0.tar.gz
$ cd flyback
$ cp GPL.txt ~
$ ln -s flyback.py ~/flyback.py #it expects flyback to be installed to yourhome directory, ie the cron line is looking for the file /home/user/flyback.py
$ python flyback.py
Create a custom application launcher in Gnome Panel to create an icon:
python /home/t/Applications/flyback/flyback.py


