Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:screenshooter:usage [2019/11/28 06:20] – [The command line options] kevinbowenapps:screenshooter:usage [2020/09/28 01:04] (current) – removed deprecated page kevinbowen
Line 1: Line 1:
-====== Using the application ====== 
  
-===== Via the user interface ===== 
- 
-To launch the application, use the {gui>Screenshot} item in the {gui>Accessories} category of Xfce's main menu. 
- 
-===== Take a screenshot ===== 
- 
-<figure "Take a screenshot"> 
-{{:apps:screenshooter:xfce4-screenshooter-dialog1.png?nolink|}} 
-</figure> 
- 
-==== Region to capture ==== 
- 
-The {gui>Region to capture} section allows you to set what the screenshot will be taken of: 
-? Entire screen 
-! Takes a screenshot of the whole screen as you see it. 
-? Active window 
-! Takes a screenshot of the active window. This will be the one that was active before this dialog appeared, or if you set a delay, the one that is active after the delay. 
-? Select a region 
-! 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. You can also press Ctrl while dragging to move the rectangle. 
-? Capturing the pointer 
-! The {gui>Capture the mouse pointer} option allows you to select whether or not the screenshot will include the mouse pointer. 
- 
-==== Delay before capturing ==== 
- 
-The {gui>Delay before capturing} section allows you to set the delay that will elapse between pressing the {gui>OK} button and screenshot being taken. This delay will allow you to open menus or to perform whatever action you require to see displayed in the screenshot. 
- 
-===== After capturing ===== 
- 
-After pressing the {gui>OK} button a second window will be displayed:  
- 
-<figure "Action"> 
-{{:apps:screenshooter:xfce4-screenshooter-dialog2.png?600x300|}} 
-</figure> 
- 
-==== Preview ==== 
- 
-The {gui>Preview} section displays a thumbnail of the screenshot. 
- 
-==== Action ==== 
- 
-The {gui>Action} section allows you to choose what should be performed on the screenshot. 
- 
-? Save 
-! The {gui>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. 
-? Copy to the clipboard 
-! The {gui>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. 
-? Open with 
-! The {gui>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. 
-? Host on Imgur 
-! The {gui>Host on Imgur} option allow you to host your screenshot on this free online hosting service, so that you can share it easily with other people. Imgur automatically generates a tiny, medium, and full-size image of your screenshot, which can be used to create thumbnails pointing to the full size screenshot. 
- 
-=== Host on Imgur === 
- 
-After selecting {gui>Host on Imgur} and pressing the {gui>OK} button, you will be shown this dialog: 
- 
-<figure "Imgur image link"> 
-{{:apps:screenshooter:xfce4-screenshooter-imgur-link-dialog.png?nolink|}} 
-</figure> 
- 
-The dialog below will give you the links to the full size screenshot, the large thumbnail, the small thumbnails, as well examples of HTML, Markdown and BBcode to create a thumbnail pointing to the full size screenshot:  
- 
-<figure "Imgur Embed into code dialog"> 
-{{:apps:screenshooter:xfce4-screenshooter-imgur-embed-dialog.png?nolink|}} 
-</figure> 
- 
-The dialog below will give you the links to delete the image off of the Imgur website. The link will only be shown once. Make sure to save it if you think you might be deleting this image:  
- 
-<figure "Imgur deletion dialog"> 
-{{:apps:screenshooter:xfce4-screenshooter-imgur-deletion-dialog.png?nolink|}} 
-</figure> 
- 
-Linking images of Imgure accounts is not currently supported. 
- 
-===== Via command-line ===== 
- 
-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 command line options ==== 
- 
-? The -w option 
-! The -w option allows you to take a screenshot of the active window. 
-? The -f option 
-! The -f option allows you to take a screenshot of the entire screen. 
-? The -r option 
-! 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 
-! 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 
-! 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. 
-? The -o option 
-! 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. 
-? The -u option 
-! If the -u option is given, the screenshot will be hosted on Imgur. See above for more details. This option only has an effect if the -w, the -f or the -r option is given.  
- 
----- 
-[[:apps:screenshooter:start:|Back to xfce-screenshooter main page]]