Copyright © 2008, 2009 Jérôme Guelfucci
Copyright © 2009 Sam Swift
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text is available from the Free Software Foundation.
February 2009
Table of Contents
This application allows you to capture the entire screen, the active window or a selected region. You can set the delay that elapses before the screenshot is taken and the action to be performed afterwards: save the screenshot to a PNG file, copy it to the clipboard, open it using another application, or host it on ZimageZ, a free online image hosting service.
A plugin for the Xfce panel is also available.
To launch the application, use the "Screenshot" item in the "Accessories" category of Xfce's main menu.
This window will be displayed:
The "Region to capture" section allows you to set what the screenshot will be taken of:
The "Capture the mouse pointer" option allows you to select whether or not the screenshot will include the mouse pointer.
After pressing the "OK" button a second window will be displayed:
The "Action" section allows you to choose what should be performed on the screenshot.
The "Save" option will save the screenshot to a PNG file. A save dialog will be displayed. You will be able to set the save location, and the name of the file.
Xfce4 Screenshooter is also able to save the screenshot to any remote file system supported by GVfs, such as FTP, SAMBA, SFTP, remote computers accessible via SSH... You just need to connect this remote file system using gvfs-connect or Gigolo and it will be available in the left column of the save dialog.
The "Copy to the clipboard" option allows you to paste the screenshot in another application, such as a word processor. This option is only available when a clipboard manager is running.
The "Open with" option saves the screenshot to the system's temporary directory and opens it with the application chosen from the drop-down list. Applications which support images are automatically detected and added to the drop-down list.
The "Host on ZimageZ" option allow you to host your screenshot on this free online hosting service, so that you can share it easily with other people. ZimageZ automatically generates a large and a small thumbnail of your screenshot, which can be used to create thumbnails pointing to the full size screenshot.
After pressing the "OK" button, you will be shown this dialog:
If you do not have a ZimageZ user name, you will need to create one on the ZimageZ website. Several languages are available on this website, you can switch between using the menu up right. You must fill all fields of this dialog. Once you click the "OK" button, the upload will start.
The dialog below will give you the links to the full size screenshot, the large thumbnail, the small thumbnails, as well examples of HTML and BBcode to create a thumbnail pointing to the full size screenshot:
Command line options allow you to take screenshots quickly. They also allow you to configure the Print Screen key on the upper right of most keyboards so that it takes screenshots. To do so, configure the key-bindings of your desktop environment so that it launches xfce4-screenshooter with one or several of the following options when the Prt Scrn key is pressed.
The -r option allows you to select a region to be captured by clicking and dragging a rectangle over the area of screen that you wish to capture, before releasing the mouse button.
The -d option followed by a positive integer allows you to set the delay before taking the screenshot when the -w, the -f or the -r option is given.
The -s option followed by the path to an existing folder allows you to set where the screenshots are saved. This option only has an effect if the -w, the -f or the -r option is given.
If the -o option is given, followed by an application name, the screenshot will be saved to the system's temporary directory and opened with the application whose name is to be given after -o. This option only has an effect if the -w, the -f or the -r option is given.
To add the plugin to the panel, right click on the panel and select "Add New Item". Select the plugin named "Screenshot", and add it.
You can configure how screenshots are taken by right clicking on the plugin and selecting "Properties". A preferences dialog similar to the dialog of the main application will appear. Please have a look above for the different preferences.