Changes between Initial Version and Version 1 of Ticket #2293


Ignore:
Timestamp:
09/06/2010 07:55:18 (14 years ago)
Author:
rgs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2293 – Description

    initial v1  
    11Depending on how you have Turtle Art installed in Gnome you might have problems when resuming an existing project:
    22
     3
     4{{{
    35Traceback (most recent call last):
    46  File "/home/rgs/devel/turtleart/turtleart.py", line 655, in <module>
     
    79    win.set_icon_from_file(_ICON_SUBPATH)
    810glib.GError: Failed to open file 'images/turtle.png': No such file or directory
     11}}}
    912
    1013The attached patch makes sure TA is running from the source directory so it doesn't have problems finding relative paths.