osx - Using inkscape in mac command line -


when set symlink ln -s /applications/inkscape.app/contents/resources/bin/inkscape-bin /usr/local/bin/inkscape on macos el capitan , try run inkscape using gives me plenty of errors (see below). problem, please? need grunt-rasterize. when use alias suggested on inkscape webpage works grunt not able run inkscape via alias.

** (process:1318): warning **: units file contents/resources/share/inkscape/ui/units.xml missing: failed open file 'contents/resources/share/inkscape/ui/units.xml': no such file or directory    (process:1318): gtk-warning **: locale not supported c library.  using fallback 'c' locale.   (inkscape:1318): gdkpixbuf-warning **: cannot open pixbuf loader module file '/users/liam/mp-x11/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': no such file or directory   means installation broken.  try running command    gdk-pixbuf-query-loaders > /users/liam/mp-x11/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache  make things work again time being.   ** (inkscape:1318): warning **: unable open powerpoint fontfix file: contents/resources/share/inkscape/extensions/fontfix.conf  powerpoint ungrouping compensation in wmf/emf export not available.   ** (inkscape:1318): warning **: can't open file: contents/resources/share/inkscape/keys/default.xml (doesn't exist)   ** (inkscape:1318): warning **: unable read keys file contents/resources/share/inkscape/keys/default.xml   (inkscape:1318): pango-critical **: no modules found:  no builtin or dynamically loaded modules found.  pangofc not work correctly.  means there error in creation of:    '/users/liam/mp-x11/etc/pango/pango.modules'  should create file running:    pango-querymodules > '/users/liam/mp-x11/etc/pango/pango.modules'   (inkscape:1318): pango-warning **: failed choose font, expect ugly output. engine-type='pangorendercoretext', script='common'   (inkscape:1318): gtk-warning **: not find icon 'object-visible'. 'hicolor' theme  not found either, perhaps need install it.  can copy from:  http://icon-theme.freedesktop.org/releases   (inkscape:1318): gdkpixbuf-warning **: error loading xpm image loader: image type 'xpm' not supported   (inkscape:1318): gdkpixbuf-warning **: error loading xpm image loader: image type 'xpm' not supported   (inkscape:1318): gdkpixbuf-warning **: error loading xpm image loader: image type 'xpm' not supported   (inkscape:1318): gdkpixbuf-critical **: gdk_pixbuf_read_pixels: assertion 'gdk_is_pixbuf (pixbuf)' failed   emergency save activated!  emergency save completed. inkscape close now.  if can reproduce crash, please file bug @ www.inkscape.org  detailed description of steps leading crash, can fix it.   (inkscape:1318): pango-warning **: failed choose font, expect ugly output. engine-type='pangorendercoretext', script='latin'  segmentation fault: 11` 


Comments