On Sat, 29 Jan 2005, Trevis Martin wrote:
Hi folks,
First let me say what a great program inkscape is! I'm really happy to find it!
Great! Tell all your friends too. :-)
Now on to the problem :-)
I compiled inkscape myself according to the instructions on the wiki and it runs fine on OS X 10.3.7. I'm seeing two issues so far.
The first one is the most annoying and that is on the stroke menus, when choosing style, the drop down list appears behind the box so you can't see part of it. This is even more true in areas like preferences where you cannot see the drop-down lists for things like "Dialogs On Top" in the "Windows" Tab, at all b/c it is completely concealed behind the window.
Okay, send in a bug report with a screenshot. We don't have OSX developers but possibly with enough info we can figure out what's going wrong.
Note that it may be possible that this could be caused by a bug in the OSX port of Gtk.
Did I screw up the compile or do something wrong here?
Not likely. My guess is that it's a bug in the OSX Gtk port, but who knows.
The second thing is that it seems that it refuses to save a file in .ai format. I just save it in svg anyway but when experimenting I found that it always gave an error message that file /Path/name/of/file could not be saved.
Any ideas about either of those.? Patches or anything I could apply?
The ai writing code is implemented via the pstoedit program. It is run by exporting a postscript file from Inkscape and then running it through pstoedit to create the AI file.
First, try saving as postscript. If it fails with the /Path/name/of/file error, then it is an error in Inkscape's postscript exporter; send a bug report through the 'Report Bugs' page on the inkscape.org website.
On the other hand, if it works, then the problem is with pstoedit. Have a look at this page, and report the problem to the pstoedit author:
http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
Bryce