Comment 4 for bug 650890

Revision history for this message
Alex Valavanis (valavanisalex) wrote : Re: GImp XCF export fail when exporting from an unsaved new document

Using the file in comment #2 with inkscape_0.48.0-1ubuntu1:

Save As XCF gives:

Traceback (most recent call last):
  File "gimp_xcf.py", line 221, in <module>
    e.affect()
  File "/usr/share/inkscape/extensions/inkex.py", line 215, in affect
    self.effect()
  File "gimp_xcf.py", line 209, in effect
    x = open(xcf, 'rb')
IOError: [Errno 2] No such file or directory: '/tmp/tmpEL6_Pf/New document 1.xcf'

Should I also be using the new .inx file from bug #642417?