Bug 296131

Summary: xterm does reset LD_LIBRARY_PATH
Product: [Fedora] Fedora Reporter: Martin Gutschelhofer <martin.gutschelhofer>
Component: xtermAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-19 12:11: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 Martin Gutschelhofer 2007-09-19 12:00:04 UTC
Description of problem:

When starting an xterm from a shell, the LD_LIBRARY_PATH is reset and empty.

Version-Release number of selected component (if applicable):

rpm -qi xterm
Name        : xterm                        Relocations: (not relocatable)
Version     : 227                               Vendor: Fedora Project
Release     : 1.fc7                         Build Date: Fri 29 Jun 2007 12:32:57 

How reproducible:


Steps to Reproduce:
1.In a shell set LD_LIBRARY_PATH to any value
setenv LD_LIBRARY_PATH xxx

2.Launch xterm in the background
xterm &

3.In the xterm determine the value.
echo $LD_LIBRARY_PATH



Actual results:
The variable is empty



Expected results:
The variable should be set to 'xxx'


Additional info:

- I'm using /bin/tcsh as log-in shell, but I think this is irrelevant.

- When I start a 'gnome-terminal' the variable is set correctly

Comment 1 Miroslav Lichvar 2007-09-19 12:11:43 UTC

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