New issue 103 by heiko.ad...@gmail.com: incorrect paths
http://code.google.com/p/flyback/issues/detail?id=103
Currently flyback requires all .glade files stored in subfolder of the
directory containing the python scripts. This is wrong because python
scripts are typically stored below /usr/bin and the .glade files below
/usr/share/<app-name>/
I've fixed the paths by q&d. Diffs are attached
Attachments:
fix_path01.diff 707 bytes
fix_path02.diff 762 bytes
fix_path03.diff 720 bytes
fix_path04.diff 798 bytes
fix_path05.diff 776 bytes
I've updated the diff-files to fix the paths and adding "#!/usr/bin/python"
to the headline of the python scripts. Additionaly I've removed
deprechiated entries from the desktop-file
Attachments:
fix_files01.diff 255 bytes
fix_files02.diff 832 bytes
fix_files03.diff 864 bytes
fix_files04.diff 609 bytes
fix_files05.diff 859 bytes
fix_files06.diff 921 bytes
fix_files07.diff 889 bytes
fix_files08.diff 235 bytes
fix_files09.diff 246 bytes