inkscape command line quoting
Bug #692799 reported by
Winston Ewert
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
Medium
|
Unassigned |
Bug Description
When I request to modify a title in Inkscape this fails if the title contains the character: '
An error message printing to stdout indicates a quoting error.
Version 1.3.0~Alpha1
OS. Ubuntu 10.04
Changed in openshot: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
tags: | added: patch |
To post a comment you must log in.
Here is the patch. It fixes the problem, remove the deprecated os.system functions and replace them with subprocess.Popen and subprocess.call.