[26809] in Athena Bugs
Re: linux 9.4.21: bash
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Wed Apr 5 18:56:37 2006
From: Anders Kaseorg <andersk@mit.edu>
To: Jacob Morzinski <jmorzins@mit.edu>
In-Reply-To: <w6my7yjg2fz.fsf@horobi.mit.edu>
Content-Type: text/plain
Date: Wed, 05 Apr 2006 18:56:23 -0400
Message-Id: <1144277783.16136.6.camel@error-not-found.MIT.EDU>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Spam-Score: 1.217
X-Spam-Level: * (1.217)
X-Spam-Flag: NO
Cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
On Wed, 2006-04-05 at 17:03 -0400, Jacob Morzinski wrote:
> Do you have reproduction instructions for the case where you log
> in with "ignore customizations" ?
"Ignore customizations" seems to revert my shell to tcsh, which doesn't
exhibit this problem.
However, my dotfiles are identical to the default versions
at /mit/source/packs/dotfiles/dot.* (which just source the corresponding
files in /usr/athena/lib/init), and the problem is reproducible even
when logging in with no custom ~/.bash_environment, ~/.bashrc.mine,
~/.environment, ~/.cshrc.mine, ~/.startup.tty, or
~/.gconf/apps/gnome-terminal.
athena$ echo $HOME
/afs/athena.mit.edu/user/a/n/andersk
athena$ cd Public; gnome-terminal &
(In the new gnome-terminal window:)
athena$ echo $HOME
/afs/athena.mit.edu/user/a/n/andersk/Public
The same thing happens if, instead of typing "gnome-terminal" into the
first window, I use File > Open Terminal or File > Open Tab. The problem
doesn't seem to manifest itself in xterm (or any other terminal I
tried).
Anders