Subject: Re: xterm: Can't execvp screen; sleep 10: Permission denied
To: Pierre-Philipp Braun <ppwb@club-internet.fr>
From: Geoff Wing <gcw@pobox.com>
List: netbsd-help
Date: 05/19/2003 13:05:47
Pierre-Philipp Braun <ppwb@club-internet.fr> typed:
:On Mon, 19 May 2003, Geoff Wing wrote:
:What's the difference between a normal xterm and a launched xterm? I don't
:get what you mean.

The difference I was trying to establish here was your desired procedure:
either
 1) launch an xterm with a shell running, then run screen from that shell; or
 2) launch an xterm with screen running

Both should work.

:xterm -e "screen ; sleep 10"
:which gives
:xterm: Can't execvp screen; sleep 10: Permission denied

That's because it's considering 'screen ; sleep 10' as a command, not
separating into two commands.

I'll try it with blackbox to see what's happening - I'm currently
using WindowMaker.

Regards,
-- 
Geoff Wing : <gcw@pobox.com>
Rxvt Stuff : <gcw@rxvt.org>
Zsh Stuff  : <gcw@zsh.org>