Ticket #2293 (closed defect: fixed)
Can't resume projects by (double) clicking in Gnome
| Reported by: | rgs | Owned by: | walter |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | Turtleart | Version: | Git as of bugdate |
| Severity: | Unspecified | Keywords: | turtleart gnome |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | Unconfirmed |
Description (last modified by rgs) (diff)
Depending on how you have Turtle Art installed in Gnome you might have problems when resuming an existing project:
Traceback (most recent call last):
File "/home/rgs/devel/turtleart/turtleart.py", line 655, in <module>
TurtleMain()
File "/home/rgs/devel/turtleart/turtleart.py", line 204, in __init__
win.set_icon_from_file(_ICON_SUBPATH)
glib.GError: Failed to open file 'images/turtle.png': No such file or directory
The attached patch makes sure TA is running from the source directory so it doesn't have problems finding relative paths.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

