Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome-panel-screenshot(1) [sunos man page]

gnome-panel-screenshot(1)					   User Commands					 gnome-panel-screenshot(1)

NAME
gnome-panel-screenshot - GNOME screenshot utility SYNOPSIS
gnome-panel-screenshot [--window] [--delay=int] DESCRIPTION
gnome-panel-screenshot is the command-line interface version of the gnome-panel screenshot option. The gnome-panel screenshot option cap- tures the complete screen without the delay option. The command-line option is more versatile; it allows you to capture the screen image of a window, as well as the complete screen. gnome-panel-screenshot also allows you to specify a delay before the screen or window is captured into file. If the --window option is used, you must move the mouse pointer to the window to be captured. The --delay option is always used with the --window option, to allow sufficient delay to set up the required screenshot. Once you have captured the window region, you are presented with a preview of the snapshot. You can then choose one of the following three options to handle the captured image: o Save screenshot to file o Save screenshot to desktop o Save screenshot to web page (save in ~/public html) OPTIONS
The following options are supported: --window Capture a screenshot of the window in which the mouse pointer is located. --delay=int Pause for int seconds before capturing the window or screen EXAMPLES
Example 1: Capturing the full screen example% gnome-panel-screenshot EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-panel-scrExecutable for GNOME screenshot utility ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-panel | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. gnome-panel(1) NOTES
Written by Ghee Teo, Sun Microsystems Inc., 2003. SunOS 5.10 2 Oct 2003 gnome-panel-screenshot(1)

Check Out this Related Man Page

GNOME-SCREENSHOT(1)													       GNOME-SCREENSHOT(1)

NAME
gnome-screenshot - capture the screen, a window, or an user-defined area and save the snapshot image to a file. SYNOPSIS
gnome-screenshot [ -w ] [ -a ] [ -b ] [ -B ] [ -d SECONDS ] [ -e EFFECT ] [ -i ] [ --display DISPLAY ] DESCRIPTION
gnome-screenshot is a GNOME utility for taking screenshots of the entire screen, a window or an user-defined area of the screen, with optional beutifying border effects. OPTIONS
-w, --window Grab the current active window instead of the entire screen. -a, --area Grab an area of the screen instead of the entire screen. -b, --include-border Include the window border within the screenshot. -B, --remove-border Remove the window border from the screenshot. -d, --delay=SECONDS, Take the screenshot after the specified delay [in seconds]. -e, --effect=EFFECT, Add an effect to the outside of the screenshot border. EFFECT can be ``shadow'' (adding drop shadow), ``border'' (adding rectangu- lar space around the screenshot) or ``none'' (no effect). Default is ``none''. -i, --interactive Interactively set options in a dialog. --display=DISPLAY X display to use. -?, -h, --help Show a summary of the available options. In addition, the usual GTK+ and GNOME command line options apply. See the output of --help for details. SEE ALSO
gnome-options(7), gtk-options(7) AUTHOR
This manual page was written by Christian Marillat <marillat@debian.org> for the Debian GNU/Linux system (but may be used by others). Updated by Theppitak Karoonboonyanan <thep@linux.thai.net>, Tom Feiner <feiner.tom@gmail.com> and Cosimo Cecchi <cosimoc@gnome.org> June 28, 2009 GNOME-SCREENSHOT(1)
Man Page