Gentoo Archives: gentoo-user

From: Marko Vallius <markvall@×××.fi>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Exporting $DISPLAY
Date: Mon, 06 Dec 2004 11:26:40
Message-Id: 20041206112621.GA496@iki.fi
In Reply to: [gentoo-user] Exporting $DISPLAY by Ow Mun Heng
1 On Mon, Dec 06, 2004 at 01:29:31PM +0800, Ow Mun Heng wrote:
2 > $setenv $DISPLAY localhost.localdomain/unix:0
3 >
4 > setenv not found
5
6 setenv is a csh built-in, so if it's not found you've probably got
7 sh or bash. Try this instead:
8
9 $ export DISPLAY=localhost.localdomain/unix:0
10
11 --
12 Marko Vallius # PGP public key A4B84F58
13
14 --
15 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Exporting $DISPLAY Ow Mun Heng <Ow.Mun.Heng@×××.com>