Bug 10266 - Error while open PS/EPS file
Summary: Error while open PS/EPS file
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: inkscape (show other bugs)
Version: unstable
Hardware: all Linux
: P4 minor
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-14 11:26 MSK by Grigorij Mozhaev
Modified: 2009-07-06 04:38 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grigorij Mozhaev 2006-11-14 11:26:06 MSK
When i use inkscape a was found 2 problems. The first one, it has failed to open
PS/EPS file. I was found one solution:

Change 8'th line of file:
/usr/share/inkscape/extensions/sk2svg.sh
from
8: skconvert "$1" "$TMPSVG" > /dev/null || rc=1
to
8: LC_ALL=C skconvert "$1" "$TMPSVG" > /dev/null || rc=1

and it's work.

The second problem is dialog box with some unuseful information about pstoedit
that appear then i try to open PS/EPS file. Information in dialogbox is:

version 3.44 / DLL interface 108 (build Jun 13 2006 - release build - g++ 4.1.1
20060525 (ALT Linux, build 4.1.1-alt1)) : Copyright (C) 1993 - 2006 Wolfgang Glunz


Steps to Reproduce:
1. Create some graphics
2. Save it to PS/EPS file
3. Try to open
Comment 1 Mikhail Gusarov 2008-06-13 13:00:39 MSD

    
Comment 2 Vitaly Lipatov 2009-07-06 04:38:33 MSD
В 0.47 импорт PDF/PS производится внутренним средством, поэтому бага не актуальна.