
Mark Lucas-6 wrote:
Hi,
I've been poking around the site and can't find anything regarding the following oddity. When I moved to Fedora 8 and installed inkscape, I found that whenever I try to save as an eps file, the printer window would come up. This does not happen under windows and has not happened to me before under FC4.
Has anyone else found this issue? I'm presuming I'm missing a package somewhere or there is a misconfiguration. Does anyone have any suggestions?
Thanks, Mark Lucas
-- Mark Lucas email: lucasm@...2451... 252D Clippinger Lab phone: (740)597-2984 Department of Physics and Astronomy fax: (740)593-0433 Ohio University Athens, OH 45701
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Hi Mark, I have noticed the same problem. While I do not know of any fix from Inkscape's side, I managed a quick workaround. You can export an *.svg file to *.eps using the command line interface. Let's say the name of the file is somefile.svg and you want to export it as anyfilename.eps. Simply do: inkscape -E anyfilename.eps somefile.svg. This worked for me.