In right now’s digital world, capturing screenshots has turn out to be a vital process for numerous functions, from saving vital data to sharing visible content material. For Linux customers, taking screenshots is a simple course of that may be completed with ease. Whether or not you are a seasoned Linux person or a newcomer, this text will present a complete information on learn how to take screenshots on Linux, masking completely different strategies and customization choices.
To start, let’s discover essentially the most fundamental methodology of taking a screenshot on Linux utilizing the built-in “Print Display” key. This secret’s sometimes situated on the highest row of your keyboard, labeled with “Prnt Scr” or related. If you press this key, it captures the whole desktop display screen and saves it as a picture file in your Photos listing. The file title sometimes consists of the date and time of the screenshot, making it simple to establish and manage. Whereas this methodology is fast and requires minimal effort, it doesn’t provide any customization choices.
For extra superior screenshot choices, Linux offers a devoted utility referred to as “Screenshot.” This software presents a wider vary of options, together with the power to seize particular areas of the display screen, add annotations, and save the screenshot in numerous file codecs. To entry the Screenshot utility, merely kind “screenshot” within the terminal or seek for it within the Purposes menu. As soon as launched, you may be introduced with a user-friendly interface that means that you can customise the screenshot settings in response to your wants.
Utilizing the Keyboard Shortcut
Using keyboard shortcuts is essentially the most direct and handy methodology to seize a screenshot on Linux. To carry out this motion, press the next key mixture:
Keys | Operate |
---|---|
PrtScn | Captures the whole display screen. |
Alt + PrtScn | Captures the lively window. |
Shift + PrtScn | Copies the screenshot to the clipboard with out saving it to a file. |
After getting pressed the suitable key mixture, the screenshot will probably be captured and saved to the next default location:
~/.native/share/screenshots
You’ll be able to simply entry the screenshot file by opening the File Supervisor and navigating to the above-mentioned listing. By default, the screenshot file will probably be named with the next format:
Screenshot_YYYYMMDD_HHMMSS.png
The place YYYYMMDD represents the date, and HHMMSS represents the time at which the screenshot was taken.
Using the Command Line Interface
The command line interface (CLI) offers a robust option to seize screenshots in Linux. The next instructions will information you thru the method:
1. Utilizing the “gnome-screenshot” Device
Run the next command within the terminal to seize a screenshot of the whole display screen:
gnome-screenshot
To seize a selected window or space, use the “-w” or “-a” choices:
gnome-screenshot -w window_ID gnome-screenshot -a area_coordinates
2. Utilizing the “scrot” Device
Scrot is a flexible software for capturing screenshots. It presents a variety of customization choices and could be simply built-in into scripts. This is learn how to use scrot:
- Capturing the whole display screen:
scrot
- Capturing a selected window:
scrot -u window_ID
- Capturing a selected space:
scrot -s
- Saving in a selected format:
scrot -e format
- Setting a delay earlier than capturing:
scrot -d delay_in_seconds
The next desk summarizes the important thing choices of scrot:
Choice | Description |
---|---|
-u |
Choose a selected window by its ID |
-s |
Seize a selected space (requires handbook choice) |
-e |
Specify output picture format (e.g., -ejpeg , -epng ) |
-d |
Set a delay earlier than capturing (helpful for timed screenshots) |
-c |
Copy the screenshot to the clipboard as an alternative of saving it to a file |
3. Utilizing the “import” Command
The import command could be mixed with the X Window System (Xorg) to seize screenshots. Run the next command to save lots of a screenshot of the whole display screen as a PNG picture:
import -window root ~/screenshot.png
Using Gnome Screenshot Device
Throughout the realm of Linux, a various array of screenshot utilities await your exploration, every tailor-made to particular wants. One such software, Gnome Screenshot, stands out for its versatility and ease of use. To harness its capabilities, merely press the Print Display key, and a smooth, minimalist interface will grace your display screen, inviting you to seize your required screenshot. Nonetheless, in case you search a extra complete method, press the Alt + Print Display key mixture, as this unlocks a myriad of screenshot choices that cater to your each whim.
Capturing a Particular Space
In case your screenshot ambitions lengthen past capturing the whole display screen, Gnome Screenshot has you lined. Make use of the oblong choice software to meticulously define the exact space you want to protect for posterity. With pinpoint accuracy, this software means that you can seize solely the important parts, abandoning the digital muddle which will in any other case encumber your screenshot.
However wait, there’s extra! Gnome Screenshot additionally grants you the ability to delay your screenshot seize, offering ample time to rearrange your digital stage and be sure that every thing is in its rightful place earlier than the shutter clicks.
Screenshot Choices
Choice | Consequence |
---|---|
Delay | Pauses screenshot seize for a specified period, permitting for meticulous preparation. |
Window | Captures the lively window, excluding any extraneous parts which will muddle your screenshot. |
Display | Captures the whole display screen, offering a complete view of your digital atmosphere. |
Choice | Lets you seize a selected portion of the display screen, permitting for exact and focused screenshots. |
Leveraging KDE Print Display
KDE’s Print Display utility offers a complete set of customization choices to seize exact and different screenshots.
Customizing Display Seize
To customise the Print Display settings, navigate to System Settings > Shortcuts > Customized Shortcuts. Within the “Seize” part, you can see a number of choices, together with:
Choice | Operate |
---|---|
Seize Full Display | Captures the whole display screen |
Seize Present Window | Captures the lively window solely |
Seize Chosen Space | Permits you to choose a selected area of the display screen |
Seize Focused Window | Captures the window beneath the mouse cursor |
Seize Final Energetic Window | Captures the beforehand lively window |
Utilizing the KDE Display Seize Device
To seize a screenshot utilizing the Print Display software, merely press the Print Display key (often situated on the highest row of your keyboard). It will open the Display Seize Device, the place you’ll be able to select the specified seize mode and make any obligatory changes.
For those who favor a extra customizable expertise, you’ll be able to bind a selected shortcut key to the specified seize mode. To do that, go to Keyboard Shortcuts in System Settings, discover the “Seize” part, and assign a shortcut key to the suitable motion.
Extra Options
KDE’s Print Display additionally presents a number of extra options, comparable to:
- Delay Mode: Permits you to set a delay earlier than capturing the screenshot, providing you with time to place the weather in your display screen.
- Screencast Mode: Information a screencast of your desktop exercise.
- Picture Editor: Gives fundamental picture enhancing instruments to annotate or improve your screenshots.
- Full screenshots: Seize the whole desktop.
- Window screenshots: Seize a selected software window.
- Area screenshots: Seize an oblong or elliptical area of the display screen.
- Menu screenshots: Seize a drop-down menu.
- Net web page screenshots: Seize a full internet web page, together with any scrolling content material.
- Picture Results: Apply results to the screenshot, comparable to blur, sharpen, and grayscale.
- Display Recording: Document a bit of the display screen and reserve it as a video or GIF.
- Shade Picker: Pattern colours from any level on the display screen, even from beneath different home windows.
- OCR (Optical Character Recognition): Extract textual content from the screenshot and reserve it in plain textual content format.
- Cloud Storage: Add screenshots on to Imgur, Google Drive, or different cloud storage suppliers.
-
Open GIMP: Launch the GIMP software.
-
Choose File Menu: Click on on the "File" menu from the highest menu bar.
-
Select Purchase Choice: From the drop-down menu, hover over "Purchase" and choose "Screenshot."
-
Toggle Delay Choice: If desired, allow the "Delay" choice to offer a short pause earlier than capturing the screenshot.
-
Seize Mode Choice: Select your most popular seize mode from the choices: "Single Window," "Window together with decorations," "Full display screen," or "Space."
-
Choose Goal Space: If you choose "Space" mode, use the cursor to tug a field across the space you need to seize.
-
Seize Screenshot: Click on the "Seize" button within the Purchase dialogue field.
-
Put up-capture Choices:
- Save Screenshot: Select "File" > "Save" to save lots of the screenshot in numerous picture codecs.
- Edit Screenshot: Double-click on the screenshot thumbnail in GIMP to edit it utilizing GIMP’s highly effective instruments.
- Copy Screenshot: Choose "Edit" > "Copy" to repeat the screenshot to the clipboard for later use.
- Discard Screenshot: For those who do not want the screenshot, click on "File" > "Shut" to discard it.
Implementing Shutter
Shutter is a well-liked screenshot software for Linus that gives superior options past the essential screenshot performance. To put in Shutter, open a terminal window and run the next command:
sudo apt-get set up shutter
As soon as put in, launch Shutter from the Purposes menu. Shutter offers quite a lot of choices for capturing screenshots, together with:
Shutter additionally means that you can edit screenshots, add annotations, and apply results. To seize a screenshot, merely choose the specified mode and click on the “Seize” button. Shutter will then show a preview of the screenshot, permitting you to edit or reserve it.
Shutter offers numerous configuration choices to customise its habits. To entry the settings, click on the “Preferences” menu merchandise. You’ll be able to configure choices comparable to:
Choice | Description |
---|---|
Default save location | Specify the default location the place screenshots are saved. |
Picture format | Select the file format for screenshots (e.g., PNG, JPG, GIF). |
Keyboard shortcuts | Assign keyboard shortcuts for various screenshot modes. |
Superior settings | Configure extra choices, such because the delay earlier than capturing a screenshot and the default screenshot high quality. |
With its superior options and customization choices, Shutter is a flexible and user-friendly screenshot software for Linus.
Using Flameshot
Flameshot is a complicated screenshot software that gives a variety of options, together with area choice, annotation, and cloud storage. To make use of Flameshot, comply with these steps.
1. Set up
Set up Flameshot utilizing the next instructions:
Distro | Command |
---|---|
Debian-based | sudo apt set up flameshot |
Fedora-based | sudo dnf set up flameshot |
Arch-based | sudo pacman -S flameshot |
2. Configuration
As soon as put in, configure Flameshot by launching it from the terminal or software menu.
3. Shortcut
Set a customized keyboard shortcut for Flameshot within the “Preferences” window.
4. Display Seize
Press the assigned shortcut key to seize a screenshot. A small window will seem, permitting you to pick out the area you need to seize.
5. Annotation
After capturing the screenshot, use the toolbar so as to add annotations, comparable to arrows, textual content, and shapes.
6. Superior Options
Flameshot presents a number of superior options:
Exploring GNOME Extension
GNOME extensions are a robust option to customise your Linux desktop expertise. They will add new options, change the feel and appear of your desktop, and even combine with different purposes. There are lots of completely different GNOME extensions accessible, so yow will discover one that matches your wants completely.
To put in a GNOME extension, you need to use the GNOME Extensions web site or the GNOME Software program Heart. After getting put in an extension, you’ll be able to allow it by going to the GNOME Extensions panel within the Settings app. You may also disable or take away extensions from this panel.
There are lots of completely different GNOME extensions accessible, however among the hottest embrace:
Extension | Description |
---|---|
Sprint to Dock | Provides a dock to the underside of your display screen. |
Ubuntu Dock | Provides a dock to the left facet of your display screen. |
Purposes Menu | Provides an purposes menu to the highest panel. |
TopIcons Plus | Provides icons for working purposes to the highest panel. |
Vitals | Exhibits system data within the prime panel. |
Climate | Exhibits the climate forecast within the prime panel. |
These are just some of the numerous GNOME extensions accessible. With so many choices to select from, yow will discover the proper extensions to customise your Linux desktop expertise.
Using GIMP
GIMP, a complete picture enhancing suite, presents sturdy screenshot capabilities on Linux. This is an in depth information utilizing GIMP:
GIMP Screenshot Seize Modes | Description |
---|---|
Single Window | Captures the lively window solely |
Window together with decorations | Captures the lively window with its borders and title bar |
Full display screen | Captures the whole display screen |
Space | Permits you to choose a selected space of the display screen to seize |
Taking Scrolling Screenshots
GNOME features a display screen seize software that means that you can take common screenshots or scrolling screenshots that seize a bigger portion of a window or webpage. This is learn how to do it:
1. Open the Screenshot Device
Press Ctrl + Shift + PrtScn (Print Display) to open the screenshot software.
2. Choose the “Take Scrolling Screenshot” Choice
Click on on the three-dot menu within the top-right nook of the screenshot software and choose “Take Scrolling Screenshot” from the listing.
3. Alter the Seize Space
Use your mouse or touchpad to tug a rectangle over the world you need to seize. The rectangle will robotically broaden to the total top of the scrolling window.
4. Begin Scrolling
Scroll down (or up) on the window utilizing your mouse or keyboard till you attain the tip of the content material you need to seize.
5. Cease Scrolling
When you attain the specified finish level, click on the mouse button or press a key to cease scrolling. The screenshot software will robotically seize the whole scrolled content material.
6. Save the Screenshot
Click on the “Save File” icon to save lots of the screenshot to a file in your laptop. You may also click on the “Copy to Buffer” icon to repeat the screenshot to your clipboard for pasting into different purposes.
7. View the Saved Screenshot
Open the File Supervisor and navigate to the placement the place you saved the screenshot. You’ll be able to view the screenshot by double-clicking on the file.
8. Customise the Screenshot Device
You’ll be able to customise the screenshot software by clicking on the “Settings” icon (the gear icon) within the top-right nook. You’ll be able to modify choices such because the output format, the picture high quality, and the default save location.
9. Extra Suggestions and Tips
Listed below are some extra suggestions and methods for taking scrolling screenshots on Linux:
Motion | Shortcut | Description |
---|---|---|
Seize the whole display screen | Ctrl + PrtScn | Takes a screenshot of the whole desktop. |
Seize a selected window | Alt + PrtScn | Takes a screenshot of the at present lively window. |
Seize a selected space of the display screen | Shift + PrtScn | Opens a crosshair you can drag to pick out an space to seize. |
Copy the screenshot to the clipboard | Ctrl + C | Copies the screenshot to the clipboard with out saving it to a file. |
Customizing Screenshot Settings
The GNOME screenshot software, gnome-screenshot, presents a spread of choices to customise the screenshot expertise. These settings could be accessed by urgent the “Settings” button in the principle window or through the use of the command line with the -s argument. Let’s delve into every of those settings:
1. **File Format:** Select the specified file format for screenshots, comparable to PNG, JPEG, WEBP, or BMP.
2. **Save Location:** Specify the default save location for screenshots.
3. **Filename Prefix:** Set a prefix that will probably be added to the start of the screenshot filenames.
4. **Screenshot Sort:** Choose the kind of screenshot you need to seize, together with the whole display screen, a selected window, or a customized space.
5. **Protect Side Ratio:** Allow this feature to keep up the side ratio of the unique picture when resizing.
6. **Embrace Pointer:** Resolve whether or not to incorporate the mouse pointer within the screenshot.
7. **Delay:** Specify a delay in seconds earlier than capturing the screenshot, permitting you to organize the display screen.
8. **High quality:** Alter the compression degree for JPEG screenshots.
9. **Seen Watermark:** Add a visual watermark to screenshots, sometimes used for branding or copyright safety.
10. **Accessibility Settings:** Configure choices to reinforce accessibility for visually impaired customers, comparable to magnification and excessive distinction.
Setting | Description |
---|---|
File Format | PNG, JPEG, WEBP, BMP |
Save Location | Customized listing |
Filename Prefix | Any string |
Screenshot Sort | Complete display screen, window, space |
Protect Side Ratio | Keep unique picture proportions |
Embrace Pointer | Seize mouse cursor |
Delay | 1-10 seconds |
High quality | 1-100% (larger = higher high quality) |
Learn how to Take a Screenshot on Linux
Taking a screenshot on Linux is an easy and easy course of. The next steps will information you thru taking a full-screen or partial screenshot utilizing your Linux laptop.
Taking a Full-Display Screenshot
1. Use the shortcut key “PrtScn” (Print Display). It will seize the whole display screen and save the picture to your ~/Photos listing.
2. Alternatively, you need to use the command line software “scrot -s” to save lots of the screenshot to a selected file location. For instance, “scrot -s ~/Desktop/screenshot.png” will save the screenshot to your desktop.
Taking a Partial Screenshot
1. Press “Shift + PrtScn” to seize solely the lively window.
2. To pick out a selected space, use the “Alt + PrtScn” shortcut and drag the cursor to stipulate the specified space. The chosen space will probably be captured to the clipboard for pasting.
Individuals Additionally Ask About Learn how to Take a Screenshot on Linux
Learn how to take a screenshot on Linux with a delay?
Use the “scrot” command with the “-d” choice adopted by the delay time in seconds. For instance, “scrot -d 5 ~/Desktop/delayed_screenshot.png” will delay the screenshot by 5 seconds.
Learn how to seize a screenshot and add it on-line?
Use the “gnome-screenshot” software with the “-u” choice. It will add the screenshot to an internet service and give you a hyperlink to the picture. For instance, “gnome-screenshot -u ~/Desktop/screenshot.png” will add the screenshot and provide you with a hyperlink.