Featured picture: [Image of a computer screen with a screenshot of a website]
Taking a screenshot on Linux generally is a helpful approach to seize data or photos in your display screen, whether or not it is for a presentation, technical assist, or private use. The method is comparatively easy and may be completed with just some easy steps. Here is a complete information that will help you seize screenshots on Linux utilizing varied strategies.
One methodology for taking a screenshot on Linux is by utilizing the built-in screenshot device referred to as “gnome-screenshot.” This device means that you can seize your complete display screen or solely a particular portion of it. To make use of gnome-screenshot, press the “Print Display screen” key in your keyboard. It will take a screenshot of your complete display screen and reserve it to your default photos folder. You can even choose a particular portion of the display screen by urgent the “Alt + Print Display screen” keys concurrently. It will convey up a crosshair cursor that you need to use to tug and choose the realm you need to seize. Upon getting chosen the specified space, launch the mouse button to take the screenshot.
One other methodology for taking a screenshot on Linux is thru the command line utilizing the “scrot” command. This command supplies extra superior choices for capturing screenshots, together with the power to specify the output file format and site. To make use of scrot, open a terminal window and kind the next command: scrot
Utilizing the Keyboard Shortcut
Taking a screenshot on Linux utilizing the keyboard shortcut is a fast and handy methodology. Listed below are the steps to seize a screenshot utilizing this methodology:
1. **Find the “Print Display screen” or “PrtSc” key in your keyboard.** This key’s usually situated within the high row of keys, typically close to the “F12” key.
– On some laptops, chances are you’ll have to press the “Fn” (Perform) key together with the “PrtSc” key to activate the screenshot operate.
– In case your keyboard would not have a devoted “Print Display screen” key, you need to use the next different key combos to seize screenshots:
Working System | Key Mixture |
---|---|
Ubuntu | Ctrl + Shift + PrtSc |
Fedora | Shift + PrtSc |
Debian | Ctrl + Shift + PrtSc |
Arch Linux | PrtSc |
2. **Press the “Print Display screen” key.** It will seize a screenshot of your whole display screen.
3. **Find the picture file.** The captured screenshot might be saved as a PNG or JPG file in your default obtain location. The file title will usually embrace the date and time the screenshot was taken.
Using the Command Line
The command line presents a flexible method to capturing screenshots in Linux. Probably the most easy strategies is thru the `scrot` command. To make use of scrot, merely open a terminal window and kind the next:
scrot [filename]
For example, to save lots of a screenshot as “screenshot.png”, you’ll enter:
scrot screenshot.png
Scrot additionally helps varied choices for customizing the screenshot. The next desk outlines some generally used choices:
Possibility | Description |
---|---|
-d [seconds] |
Delay the screenshot by a specified variety of seconds |
-c |
Seize your complete display screen |
-s |
Seize a particular window or space |
-b |
Seize the display screen borders |
Scrot’s versatility makes it a robust device for superior screenshotting duties. For example, to seize solely the energetic window with a 5-second delay, you might use the next command:
scrot -d 5 -s screenshot_of_active_window.png
Using Software program Instruments
Quite a few software program instruments can be found to seize screenshots in Linux. These instruments provide a spread of options, together with:
- Superior modifying capabilities: Permits for cropping, annotating, and including results to the captured picture.
- Auto-scrolling: Captures your complete webpage or doc, even when it extends past the seen space.
- Time-delayed screenshot: Captures a screenshot after a specified delay, helpful for capturing drop-down menus or different dynamic parts.
Here’s a comparability desk outlining the completely different software program instruments out there:
Software program Instrument | Key Options |
---|---|
GIMP | Superior modifying capabilities, auto-scrolling, time-delayed screenshot |
Krita | Superior modifying capabilities, auto-scrolling, time-delayed screenshot |
Shutter | Auto-scrolling, time-delayed screenshot, a number of seize modes |
Greenshot | Auto-scrolling, time-delayed screenshot, built-in annotations |
Scrot | Command-line primarily based, a number of seize modes, helps varied file codecs |
Taking a Area-Particular Screenshot
To take a screenshot of a particular area in your display screen, observe these steps:
- Press the Ctrl+Shift+PrtScn keys concurrently.
- The cursor will flip right into a crosshair.
- Click on and drag the crosshair to pick the area you need to seize.
You can even use the arrow keys to fine-tune the choice.
- Launch the mouse button to take the screenshot.
The screenshot might be saved to your clipboard and you’ll paste it into any utility that helps photos.
You can even use the next instructions to take region-specific screenshots and save them as information:
Command Description `gnome-screenshot -a` Takes a screenshot of your complete display screen and saves it as a PNG file `gnome-screenshot -a -f my_screenshot.png` Takes a screenshot of your complete display screen and saves it because the file `my_screenshot.png` `gnome-screenshot -r 100,100,200,200` Takes a screenshot of the area outlined by the coordinates `(100, 100)` and `(200, 200)` and saves it as a PNG file `gnome-screenshot -r 100,100,200,200 -f my_screenshot.png` Takes a screenshot of the area outlined by the coordinates `(100, 100)` and `(200, 200)` and saves it because the file `my_screenshot.png`
Capturing Scrolling Home windows
To seize a screenshot of a scrolling window, you need to use the next command:
gnome-screenshot -w -a -d
the place:
-w
specifies that you just need to seize your complete window, together with the scrollbars.-a
specifies that you just need to seize the energetic window.-d
specifies the delay, in seconds, earlier than the screenshot is taken. This provides you time to scroll to the specified place.
For instance, to seize a screenshot of your complete energetic window, together with the scrollbars, with a delay of 5 seconds, you'll use the next command:
gnome-screenshot -w -a -d 5
The screenshot might be saved to the default screenshot listing, which is often ~/Footage/Screenshots
.
Alternatively, as well as, you might also use the mix of xwd
and convert
to realize the identical performance with the next set of instructions:
xwd -root | convert - -crop WxH+[X+Y] end result.png
the place WxH
characterize the specified width and top of the screenshot output, whereas X+Y
are the coordinates of the top-left nook of the realm to be captured.
Parameter | Description |
---|---|
-root |
Specifies that the screenshot ought to seize your complete display screen. |
| |
Pipes the output of xwd to convert . |
- |
Tells convert to learn from commonplace enter. |
-crop WxH+[X+Y] |
Crops the picture to the required width, top, and coordinates. |
end result.png |
Specifies the output file title. |
Sharing Screenshots On-line
Upon getting captured a screenshot, you may simply share it with others on-line. Listed below are just a few methods to do it:
Add to a file-sharing service
There are numerous on-line file-sharing providers that mean you can add and share information. Some common choices embrace Google Drive, Dropbox, and OneDrive. Upon getting uploaded your screenshot to a file-sharing service, you may share it with others by sending them a hyperlink to the file.
Use a social media web site
Many social media websites, resembling Fb and Twitter, mean you can share photos. To share a screenshot on a social media web site, merely add it to the positioning and share it along with your followers.
Share by way of e mail
You can even share screenshots by way of e mail. To do that, merely connect the screenshot to an e mail message and ship it to the recipient.
Copy to clipboard
If you wish to share a screenshot with somebody who's utilizing the identical pc as you, you may copy it to the clipboard. To do that, press the Ctrl+C keys (or Cmd+C on a Mac). Then, open the applying that you just need to share the screenshot with and press the Ctrl+V keys (or Cmd+V on a Mac) to stick the screenshot.
Put up to an image-sharing web site
There are numerous image-sharing websites that mean you can add and share photos. Some common choices embrace Imgur, Flickr, and Pinterest. To share a screenshot on an image-sharing web site, merely add it to the positioning and share it with others.
Generate a hyperlink to the screenshot
Some screenshot instruments mean you can generate a hyperlink to the screenshot. This hyperlink may be shared with others, who can then view the screenshot on-line. To generate a hyperlink to a screenshot, merely use the "Generate Hyperlink" function of the screenshot device.
Share a screenshot straight with one other system
When you have a tool that helps wi-fi file sharing, you may share screenshots with it straight. To do that, merely choose the "Share" possibility from the screenshot device and select the system that you just need to share the screenshot with.
Further Ideas
Listed below are just a few extra ideas for sharing screenshots:
- In case you are sharing a screenshot that comprises delicate data, you'll want to redact the knowledge earlier than sharing it.
- When sharing a screenshot on social media, you'll want to embrace a caption that describes the screenshot and supplies context.
- In case you are sharing a screenshot by way of e mail, you'll want to embrace a topic line that describes the screenshot and supplies context.
- In case you are sharing a screenshot to a file-sharing service, you'll want to set the sharing permissions in order that solely the folks you need to share it with can entry it.
- In case you are sharing a screenshot to an image-sharing web site, you'll want to select the suitable privateness settings for the picture.
- In case you are sharing a screenshot straight with one other system, ensure that the system is linked to the identical Wi-Fi community as your pc and that file sharing is enabled on each gadgets.
File-sharing service | Sharing choices |
---|---|
Google Drive | Share by way of hyperlink, e mail, or social media |
Dropbox | Share by way of hyperlink, e mail, or social media |
OneDrive | Share by way of hyperlink, e mail, or social media |
Imgur | Share by way of hyperlink or social media |
Flickr | Share by way of hyperlink or social media |
Share by way of hyperlink or social media |
Troubleshooting Screenshot Points
When you're having hassle taking screenshots on Linux, listed here are some issues to strive:
1. Be certain your keyboard shortcuts are arrange appropriately.
The default keyboard shortcut for taking a screenshot on Linux is Print Display screen. You'll be able to change this shortcut within the Settings app beneath "Keyboard Shortcuts".
2. Be certain your screenshot device is put in and enabled.
On most Linux distributions, the default screenshot device is named "gnome-screenshot". Be certain this device is put in and enabled by operating the next command in a terminal:
```
sudo apt-get set up gnome-screenshot
```
3. Ensure you have the right permissions to save lots of screenshots.
The listing the place you save screenshots should be writable by your consumer account. When you're attempting to save lots of screenshots to a listing that you do not have permission to put in writing to, you may get an error message.
4. Strive utilizing a distinct screenshot device.
There are numerous completely different screenshot instruments out there for Linux. When you're having hassle with the default device, strive utilizing a distinct one, resembling "scrot" or "Shutter".
5. Examine your system logs for errors.
When you're nonetheless having hassle taking screenshots, verify your system logs for errors. You are able to do this by operating the next command in a terminal:
```
journalctl -grep gnome-screenshot
```
6. Replace your graphics drivers.
Outdated graphics drivers can generally trigger issues with taking screenshots. Be certain your graphics drivers are updated by operating the next command in a terminal:
```
sudo apt-get replace
sudo apt-get improve
```
7. Reboot your pc.
Rebooting your pc can generally repair issues with taking screenshots.
8. Contact your Linux distribution's assist discussion board.
When you're nonetheless having hassle taking screenshots after attempting the entire above, you may contact your Linux distribution's assist discussion board for assist.
9. Allow Assistive Know-how
In case you are unable to make use of the keyboard shortcuts or click on the screenshot button resulting from bodily limitations, you may activate the Assistive Know-how function within the Settings app. It will mean you can use the mouse to take screenshots.
1. Open the Settings app.
2.
Accessibility | ||
---|---|---|
Assistant Applied sciences and Common Entry |
3. Toggle the change subsequent to "Allow Assistive Know-how" to the on place.
4. Click on the "Screenshot" button within the Assistive Know-how panel.
Superior Screenshot Methods
10. Seize a Particular Window or Area
When you solely need to seize a particular window or rectangular area of the display screen, you need to use the "-a" flag adopted by the window's title or the coordinates of the area. To seize the present energetic window, use "-a (xid)". To outline the area, specify the coordinates within the format "-a
-a "Firefox" (seize the Firefox window)
-a 10x10+200x300 (seize a area 200px broad and 300px excessive, ranging from the coordinates (10, 10))
Desk 1: Key Combos for Superior Screenshot Methods
Mixture | Motion |
---|---|
Shift + PrtScn | Seize the present desktop or energetic window and duplicate it to the clipboard |
Alt + PrtScn | Seize solely the present window and duplicate it to the clipboard |
PrtScn + Fn (on laptops) | Seize your complete display screen and reserve it as a picture file |
Ctrl + Shift + PrtScn | Seize your complete display screen, together with the cursor, and duplicate it to the clipboard |
How To Take A Screenshot On Linus
Taking a screenshot on a Linux system is an easy course of that may be completed in just a few other ways. The most typical methodology is to make use of the "Print Display screen" key, which is usually situated on the highest row of your keyboard. If you press this key, a screenshot of your complete display screen might be saved to the clipboard. You'll be able to then paste the screenshot into a picture editor or different utility.
When you solely need to seize a portion of the display screen, you need to use the "Alt + Print Display screen" key mixture. It will open up a crosshair cursor that you need to use to pick the realm of the display screen you need to seize. Upon getting chosen the realm, press the "Enter" key to take the screenshot.
One other approach to take a screenshot on Linux is to make use of the "gnome-screenshot" command. This command can be utilized to seize your complete display screen, a particular window, or a particular space of the display screen. To make use of the "gnome-screenshot" command, open a terminal window and kind the next command:
```
gnome-screenshot
```
It will take a screenshot of your complete display screen and reserve it to the "Footage" folder in your house listing. You can even specify the file title and site of the screenshot by utilizing the "-f" and "-d" choices, respectively. For instance, the next command will take a screenshot of your complete display screen and reserve it to the file "screenshot.png" on the desktop:
```
gnome-screenshot -f screenshot.png -d ~/Desktop
```
Folks Additionally Ask
How do I take a screenshot on Linux utilizing the terminal?
You'll be able to take a screenshot on Linux utilizing the terminal by utilizing the "gnome-screenshot" command. This command can be utilized to seize your complete display screen, a particular window, or a particular space of the display screen. To make use of the "gnome-screenshot" command, open a terminal window and kind the next command:
```
gnome-screenshot
```
It will take a screenshot of your complete display screen and reserve it to the "Footage" folder in your house listing. You can even specify the file title and site of the screenshot by utilizing the "-f" and "-d" choices, respectively.
How do I take a screenshot on Linux with out the terminal?
You'll be able to take a screenshot on Linux with out the terminal by utilizing the "Print Display screen" key. This key's usually situated on the highest row of your keyboard. If you press this key, a screenshot of your complete display screen might be saved to the clipboard. You'll be able to then paste the screenshot into a picture editor or different utility.
When you solely need to seize a portion of the display screen, you need to use the "Alt + Print Display screen" key mixture. It will open up a crosshair cursor that you need to use to pick the realm of the display screen you need to seize. Upon getting chosen the realm, press the "Enter" key to take the screenshot.
The place are screenshots saved on Linux?
By default, screenshots are saved to the "Footage" folder in your house listing. You'll be able to change the placement of the screenshots by utilizing the "-d" possibility of the "gnome-screenshot" command. For instance, the next command will save the screenshot to the "Desktop" folder:
```
gnome-screenshot -d ~/Desktop
```