On Wed, Apr 25, 2001 at 08:24:35PM -0400, Rodney Fulk <[EMAIL PROTECTED]> wrote:
| Ok the script you sent to me seems a bit more then the one I am looking
| for..
| The script I am looking for is called xstartup and was pretty small.
| 
| Which uses the /bin/sh shell instead of perl.

My ~/.vnc/xstartup file says:


    #!/bin/sh

    # you probably don't need this line - it has to do with some ancient
    # Solaris X11 issues
    DISPLAY=localhost:`expr "x$DISPLAY" : '.*:\(.*\)'`; export DISPLAY

    xsetroot -solid black
    xrdb_load
    xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    fvwm2 &

Simple enough for your needs?
--
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Judging by my employee ID# my employer thinks I am a small filing cabinet,
so I dont think they give a care about my opinions.
        - Michael Jones <[EMAIL PROTECTED]>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to