[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2 problems using screen with sshfs and symlinks
From: |
Trent W. Buck |
Subject: |
Re: 2 problems using screen with sshfs and symlinks |
Date: |
Sun, 10 Aug 2008 12:38:17 +1000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Wed, Aug 06, 2008 at 07:44:32AM -0700, Ken Steen wrote:
> If [my] program is started with 'screen program-name', and the
> current directory is a symbolic link to another directory opening a
> new screen window changes the pwd to the directory that is pointed
> to by the symbolic link instead of the symbolic link directory. If
> the program is started in the shell without screen and then opens a
> screen window the pwd is the symbolic link directory.
Does this problem occur with other terminal emulators (than screen)?
xterm -hold -e program-name
rxvt -e program-name
gnome-terminal -x program-name