Comment 6 for bug 676294

Revision history for this message
Titantux (israel-m-dj) wrote :

I did one test... starting a parallel X server on console 12 as following:

sudo X :12.0 vt12 2>&1 > /dev/null

then:

xterm –display :12.0 –e ssh –X user@Aserver ;

on the same xterm once connected to Aserver,

ssh -X user@Bserver then ssh -X user@Rserver

The result .... I could open the java application !!!!

So ... Is the X server blocking the remote java application ????

lets see... how X server was started...?