"Fossies" - the Fresh Open Source Software Archive

Member "zebedee-2.5.3/vncviewer.zbd" (17 Sep 2003, 513 Bytes) of package /linux/privat/old/zebedee-2.5.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 #
    2 # Zebedee configuration file to start up a tunnelled VNC session
    3 #
    4 # Usage: zebedee -f vncviewer.zbd remote-host:vnc-port
    5 #
    6 
    7 verbosity 1	# Basic messages only
    8 
    9 server false	# It's a client
   10 detached true	# Detach from terminal
   11 
   12 message "Starting VNC viewer"
   13 
   14 # On Windows systems you might use the following:
   15 
   16 command '"c:\Program Files\ORL\VNC\vncviewer.exe" localhost:%d'
   17 
   18 # On UNIX systems you might use the following:
   19 
   20 # command 'vncviewer localhost:%d'
   21 
   22 compression zlib:6	# Request normal Zlib compression