On 4/17/05, Soheil Hassas Yeganeh <[EMAIL PROTECTED]> wrote: > Hi, > > I start an X server on my FreeBSD box. I want to run some remote X > applications from my fedora core 2. > So, I have ssh to the fedora box and typed gedit. > But it says : > (gedit:12438): Gtk-WARNING **: cannot open display: > > After I had export DISPLAY=freebsdboxip:0.0 > it says again: > (gedit:12438): Gtk-WARNING **: cannot open display: > > But I can run freebsd application from my fedora core 2. > What is the problem?
If you are using ssh anyway, you can tell ssh to do X11 forwarding. Read the man page first as there is some slight security risks involved depending on the way your machine is used. Try this: --------------- $ ssh -X [EMAIL PROTECTED] Password: <enter password> hostname$ xterm ------------------- Chris _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"