VNC and Zooming
Mikolaj Maciejko
mmaciejko "at" cheman.com.pl
Thu, 17 Feb 2000 14:59:40 +0000
This problem has been reported on the mailing list, but I did not find a solution.
When vncserver starts on my RedHat Linux 6.0 machine it runs only the X server.
After starting Xvnc it begins to execute xstartup script, but exits without
executing any x programs stored in this script. Here's an example of xstartup:
#!/bin/sh
echo 1 > test.txt
xrdb ......
echo 2 >> test.txt
...
echo 5 >> test.txt
twm &
After executing vncserver I look at the test.txt file and see only "1". This means,
that the script stops just before running xrdb. When I comment it out, my test.txt
contains "1 2" and so on.
Any suggestions?
Thanks!
--
Mikolaj Maciejko
mmaciejko "at" cheman.com.pl
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to majordomo "at" uk.research.att.com
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------