logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gvnccapture - VNC screenshot capture

Authors

       Daniel P. Berrange <dan@berrange.com>

Description

       Capture a screenshot of the VNC desktop at HOST:DISPLAY saving to the image file FILENAME. If HOST is
       omitted it defaults to "localhost", if :DISPLAY is omitted, it defaults to ":1". FILENAME must end in a
       known image format extension (eg ".png", ".jpeg"). Supported options are

       --help, -?
           Display command line help information

       --quiet, -q
           Do  not  display  information on the console when capturing the screenshot, with the exception of any
           password prompt.

       --debug, -d
           Display verbose debugging information on the console

Examples

        # gvnccapture localhost:1 desktop.png
        Password:
        Connected to localhost:1
        Saved display to desktop.png

Exit Status

       The exit status is 0 upon successful screen capture, otherwise it is a non-zero integer

Name

       gvnccapture - VNC screenshot capture

See Also

vinagre(1)

gtk-vnc-1.5.0                                      2025-02-12                                     gvnccapture(1)

Synopsis

       gvnccapture [OPTION]... [HOST][:DISPLAY] FILENAME

See Also