On Mon, 11 Feb 2002, sperber(a)informatik.uni-tuebingen.de wrote:
Has anyone been able to run gnuclient through an ssh X connection?
How?
It works for me.
This is how I startup Xemacs.
export DISPLAY=127.0.1.0:0
ssh -X -f usr(a)host.com xemacs-21.4.6
Getting this to work was half the battle, and required setting various
options in ssh_config (forwardX11 & protocol). Once the above works,
and xemacs displays on your local xserver. Then you have to do m-x
gnuserv-start and gnuclient should 'just' work.
-jeff