My use case is: Creating SVG files in another vector program, in this case Inkpad on the iPad, opening for tweaking in Inkscape, and using the command line tool to generate pngs.
The command line was giving me errors (below). A bunch of symlinks to the Inkscape package fixed it (the first 2 are for convenience):
Code: Select all
sudo ln -s /Applications/Inkscape.app/Contents/Resources/bin/inkscape inkscape
sudo ln -s /Applications/Inkscape.app/Contents/Resources/bin/inkscape-bin inkscape-bin
sudo ln -s /Applications/Inkscape.app/Contents/Resources/etc /usr/local/etc
sudo ln -s /Applications/Inkscape.app/Contents/Resources/themes/ /usr/local/themes
sudo ln -s /Applications/Inkscape.app/Contents/Resources/lib/gnome-vfs-2.0 /usr/local/lib/gnome-vfs-2.0
May this help others!
Stuff it was spitting out:
sed: /Users/myuser/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc: No such file or directory
Setting Language: .UTF-8
sed: /Users/myuser/etc/pango/pangorc: No such file or directory
sed: /Users/myuser/etc/pango/pango.modules: No such file or directory
cp: /Users/myuser/etc/pango/pangox.aliases: No such file or directory
sed: /Users/myuser/etc/gtk-2.0/gtk.immodules: No such file or directory
sed: /Users/myuser/etc/gtk-2.0/gdk-pixbuf.loaders: No such file or directory
(process:53165): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(inkscape-bin:53165): libgnomevfs-CRITICAL **: gnome_vfs_uri_is_local: assertion `uri != NULL' failed
** (inkscape-bin:53165): WARNING **: Invalid URI
** (inkscape-bin:53165): WARNING **: Error: Could not open file 'Bookmark.png' with VFS
(inkscape-bin:53165): libgnomevfs-CRITICAL **: gnome_vfs_uri_is_local: assertion `uri != NULL' failed
** (inkscape-bin:53165): WARNING **: Invalid URI
** (inkscape-bin:53165): WARNING **: Error: Could not open file 'Bookmark.png' with VFS
** (inkscape-bin:53165): WARNING **: Specified document Bookmark.png cannot be opened (does not exist or not a valid SVG file)