Hi,

I want to use VNC's X server as a virtual X server in the background. That
means I start Xvnc after booting the computer (e.g. vncserver :1). Then I run
a script exporting the DISPLAY to the Xvnc display (export DISPLAY=:1) and
starting some programs with:
xterm -e programA &
xterm -e programB &
xterm -e programC &

The problem I have now is that without running the vncviewer only the first
program is running (e.g. programA)?! From the next programs (programB and C) I
see only the xterms in the process listing (ps -u user) but the programs
itself are not running. If I start the vncviewer after a while I can see sn
the output (to the standard output) that the first program is working during
the whole time but the other programs just start when the vncviewer is
starting.

Who knows what happens here and how I can manage to start all the programs
immediately?

Any help is very appreciated.

Best regards,
Gerd
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to