Gtk VNC Viewer 0.3.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Gtk VNC Viewer 0.3.2 (Default branch)
# 1  
Old 05-25-2008
Gtk VNC Viewer 0.3.2 (Default branch)

Image GTK VNC Viewer is a script that provides a GUI for connecting to VNC servers. It remembers the credentials of known servers, so connecting to a VNC server is just one double-click away. Servers are shown in an icon view. License: GNU General Public License v2 Changes:
This release gives focus back to the VNC widget after sent keys (fixes bug #232147).Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

2 questions about VNC viewer

I am using VNC Viewer 4.0 in my windows enviornment. The questions are: 1. how do you switch the applications in VNC enviornment? ALT-tab doesn't work since it just switchs among VNC viewer itself and other windows applications. 2. how to copy/paste the texts from VNC enviornemnt to... (1 Reply)
Discussion started by: princelinux
1 Replies
Login or Register to Ask a Question
VNCCAPTURE(1p)						User Contributed Perl Documentation					    VNCCAPTURE(1p)

NAME
vnccapture - Capture a screenshot via VNC SYNOPSIS
vnccapture [options] [numcaptures] Options: -P --password=str password for the VNC server, if applicable -H --host=str address of VNC server (default: 'localhost') -p --port=num TCP port for VNC server (default: 5900) -d --depth=8|16|24 screen depth for capture (default: 24) -t --type=ext image type for output (default: 'png') -C --cursor include the mouse cursor in the image -o --outfile capture to the specified path otherwise capture to "snapshot<num>.<type>" -v --verbose print status and diagnostics to STDOUT -h --help verbose help message -V --version print the Net::VNC version DESCRIPTION
Connect to a VNC server and capture the screen one or more times. The output is written to, for example, "snapshot0001.png". The number is the sequence of captures and the extension is specified by the "--type" argument. The "--type" argument can be any format that Image::Imlib2 can support. SEE ALSO
Net::VNC Image::Imlib2 AUTHOR
Chris Dolan, cdolan@cpan.org perl v5.12.4 2011-10-31 VNCCAPTURE(1p)