Bug 42791

Summary: transfig/xfig eps export fails
Product: [Retired] Red Hat Linux Reporter: Need Real Name <karlcz>
Component: transfigAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-13 09:48:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-05-30 04:29:57 UTC
Description of Problem:

transfig reports failure to open 
/usr/X11R6/lib/X11/transfig/us_EN.ps

How Reproducible:

install transfig 3.2.3c2 and xfig from 7.1 release

Steps to Reproduce:
1. install transfig 3.2.3c2
2. try to export fig->eps in xfig
3. watch error window

Actual Results:

error of missing file us_EN.ps reported

Expected Results:

fig exported as eps

Additional Information:

Comment 1 Hanne Munkholm 2001-06-13 09:48:39 UTC
It is because xfig calls fig2dev with the -j option. If fig2dev is called from
the command line without the -j option it works fine. If it is called from the
command line with the -j option, the same bug appears.

The bug only appears when I use the special Danish characters f, x and e in a
document. This probably goes for other languages' special characters, too. If I
use only US characters the bug does not happen.

en_US is your lang variable. If you unset $LANG, it will ask for the file C.ps
instead...

Comment 2 Ngo Than 2001-06-15 22:23:35 UTC

*** This bug has been marked as a duplicate of 44742 ***