
On 11-Nov-05, at 12:32 AM, Michael Wybrow wrote:
Works fine for me (also 10.4.3). I'm able to open and import all the svg files that I have tried.
Are you compiling from source or using the official dmg? Does Console.app report any warnings or assertion errors?
Cheers, Michael
I am using the official .dmg. Running inkscape from the console ('$ / Applications/Inkscape.app/Contents/MacOS/Inkscape' - I'm pretty new to Macs so not sure if this is the right method) gives me:
--- (inkscape-bin:658): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. ---
but Inkscape appears to be fine. Then when I click 'File -> Open...' it gives me this:
--- (inkscape-bin:658): Gtk-WARNING **: Could not find the icon 'gnome-fs- home'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://freedesktop.org/Software/icon-theme/releases ---
Then when I try to open a file (the same comes up if I try to import an svg):
--- (inkscape-bin:658): libgnomevfs-CRITICAL **: gnome_vfs_uri_is_local: assertion `uri != NULL' failed
** (inkscape-bin:658): WARNING **: Invalid URI
** (inkscape-bin:658): WARNING **: Error: Could not open file '/ Users/aj/Artwork/cloud.svg' with VFS ---
No error comes up for importing pngs or jpgs.
Everything works fine in 0.42.2. But it's not just 0.43pre3 - I tried pre2 & pre1 and they do the same thing (haven't checked console output on those, but I assume its the same).
I ran 0.42.2 from the console to see if any errors came up when I open a file. The first and third errors do not come up, but the second one does (missing icon, no biggie). Unfortunately I don't really understand the other errors.
-AJ