Gimp XCF export fails when layer id contains a space character
Bug #821435 reported by
jazzynico
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Low
|
jazzynico |
Bug Description
Following bug #642417 "Will not save .xcf file".
When a layer id attribute contains a space character, Gimp XCF export fails with the following error:
----
Traceback (most recent call last):
File "gimp_xcf.py", line 234, in <module>
e.affect()
File "/usr/local/
self.effect()
File "gimp_xcf.py", line 220, in effect
x = open(xcf, 'rb')
IOError: [Errno 2] No such file or directory: '/tmp/tmpgfNt9V
----
Test SVG file attached. Replacing id="f11 " with id="f11" fixes the issue.
Changed in inkscape: | |
status: | Triaged → In Progress |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The attached file should fix the bug (tested on Windows XP).