Howto:Hacking Inkscape to add Canvas support: Difference between revisions

Line 53: Line 53:
{{WIP}}
{{WIP}}
Installing is as simple as copying the script (unless it resides in your path) and its INX file to the inkscape/share/extensions ($HOME/.config/inkscape/extensions) directory. (If you install a script in your home directory be sure to copy the dependencies.)
Installing is as simple as copying the script (unless it resides in your path) and its INX file to the inkscape/share/extensions ($HOME/.config/inkscape/extensions) directory. (If you install a script in your home directory be sure to copy the dependencies.)
On Linux you willhave to make the python script executable first if you haven't done this yet. This is usually done by the usual command (or in your preferred file manager):
<syntaxhighlight lang="bash">
$ chmod a+x hello_world.py
</syntaxhighlight>
Now start Inkscape. A new menu item in the EXtensions menu should appear.


== Resources ==
== Resources ==