Re: launch x app from non-x tty?

2007-11-19 Thread Wojciech Puchar



Is there a way to log in from ssh and pop up a program on the local
xterminal?  I tried, and got complaints that there was no x, so I

you mean local local display (local X server).

simply you have to

export DISPLAY=:0

before running.

must be the same user as logged locally.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



Re: launch x app from non-x tty?

2007-11-19 Thread Alexandre Biancalana
On Nov 19, 2007 3:11 PM, Steve Franks <[EMAIL PROTECTED]> wrote:
> Is there a way to log in from ssh and pop up a program on the local
> xterminal?  I tried, and got complaints that there was no x, so I
> presume they are locked in tty0, which is a good thing, usually...

Give a look at -X option of ssh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"