First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 24412
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Serge Matveev <sergem@rol.ru>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 24412 depends on: Show dependency tree
Bug 24412 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-07-13 14:44 0000
mc.gentoo must not include ". /etc/profile"
If I add recomended strings to my .bashrc 

# Midnight Commander chdir enhancement
if [ -f /usr/share/mc/mc.gentoo ]; then
     . /usr/share/mc/mc.gentoo
fi

Any subshells silently discardes my .(bash_)profile environment changes


Reproducible: Always
Steps to Reproduce:
By example:

 $ echo $GDK_USE_XFT 
1
 $ export GDK_USE_XFT=0
 $ echo $GDK_USE_XFT 
0
 $ bash
 $ echo $GDK_USE_XFT
1
 $

------- Comment #1 From Heinrich Wendel (RETIRED) 2003-08-21 04:20:04 0000 -------
thx, fixed in -r2

First Last Prev Next    No search results available      Search page      Enter new bug