On Tue, May 14, 2002 at 06:08:35PM +0200, Patrice DUMAS - DOCT wrote:
> ssh -X -l user server icewm
> (in fact there is a trick I don't remember, but doing that won't work, you have
> to set an environment variable, or ssh won't know your display right).

ssh will ignore the -X parameter if $DISPLAY is not set. So 

DISPLAY=":0.0"
export DISPLAY
ssh -X -l user server icewm

should do the trick.

-- 

Hans Ekbrand

Attachment: msg05189/pgp00000.pgp
Description: PGP signature

Reply via email to