Bug 10266

Summary: Error while open PS/EPS file
Product: Sisyphus Reporter: Grigorij Mozhaev <zcrendel>
Component: inkscapeAssignee: Vitaly Lipatov <lav>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: minor    
Priority: P4 CC: lav
Version: unstable   
Hardware: all   
OS: Linux   

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 производится внутренним средством, поэтому бага не актуальна.