Will not save .xcf file.
Bug #642417 reported by
Jeff Hack
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Unassigned | ||
inkscape (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Ubuntu Karmic 9.10. Inkscape 0.47. I try to save as .xcf but get this output and empty file.
/usr/share/
_,f,err = os.popen3(
Traceback (most recent call last):
File "/usr/share/
e.affect()
File "/usr/share/
self.effect()
File "/usr/share/
x = open(xcf, 'r')
IOError: [Errno 2] No such file or directory: '/tmp/tmpMJPBGs
Not sure how to correct.
Changed in inkscape (Ubuntu): | |
importance: | Undecided → Low |
Changed in inkscape: | |
importance: | Undecided → Medium |
status: | Confirmed → Incomplete |
Changed in inkscape (Ubuntu): | |
status: | Confirmed → Incomplete |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Does the error occur with every SVG file you try to save as XCF file or only with some files?
Can you attach a sample SVG file that fails to save as XCF file?
Possibly related to bug #485027 “Export to Gimp XCF returns deprecation warnings” (fixed in 0.48), though AFAIU the deprecation warning should not prevent the extension from working (it's just a warning). Which Python version do you have installed?