Taking screenshots on Fedora can feel confusing at first, especially if you’re new to Linux. Fedora is a powerful system, but it doesn’t use the same tools as Windows or macOS. The good news? Fedora offers several ways to capture your screen, from simple keyboard shortcuts to advanced screenshot applications.
Whether you want to grab a whole screen, a single window, or a custom area, Fedora has a solution. In this guide, you’ll learn all the methods—step by step. You’ll also discover useful tips, troubleshooting advice, and common mistakes to avoid.

Prime Day Pick
Limited-time Prime Day price. Check current discount on Amazon.
By the end, you’ll know exactly how to screenshot on Fedora, even if you’re a beginner.
Basic Screenshot Methods In Fedora
Fedora includes built-in tools for taking screenshots. These are simple and fast, and they work out of the box on most Fedora installations.
Using Keyboard Shortcuts
The easiest way to capture your screen is with keyboard shortcuts. These shortcuts work on the default Fedora desktop (GNOME), but may vary if you’re using a different environment like KDE Plasma or Xfce.
- Print Screen: Pressing the Print Screen key saves an image of the entire screen. The screenshot is usually stored in your Pictures folder.
- Alt + Print Screen: This combination captures only the active window, not the whole screen.
- Shift + Print Screen: Allows you to select a specific area. After pressing, your cursor changes, and you can drag to choose the section you want.
Beginners often miss that the Print Screen key sometimes appears as PrtSc, PrtScn, or similar, depending on your keyboard. Also, these shortcuts work only if your keyboard layout matches what Fedora expects. If shortcuts don’t work, check your keyboard settings.

Prime Day Pick
Limited-time Prime Day price. Check current discount on Amazon.
Using The Screenshot Tool In Gnome
Fedora’s default desktop, GNOME, has a Screenshot tool. This tool lets you capture the screen using a graphical interface. You can open it by searching for “Screenshot” in the Activities menu.
The tool offers options for:
- Whole screen
- Current window
- Selected area
You can also set a delay—useful if you want to capture something that needs time to appear. For example, set a 5-second delay, then open a menu, and the tool will capture it after 5 seconds.
Saving And Naming Screenshots
Fedora automatically names screenshots with the date and time, such as Screenshot from 2024-06-01 10-22-34.png. If you take many screenshots, this helps keep them organized. All screenshots are saved in the Pictures folder unless you choose another location.

Prime Day Pick
Limited-time Prime Day price. Check current discount on Amazon.
Advanced Screenshot Tools
Sometimes, the built-in methods aren’t enough. You may need more features, editing tools, or automation. Fedora supports several advanced screenshot applications.
Flameshot
Flameshot is a popular tool for Linux users. It offers editing features, custom areas, and easy sharing.
To install Flameshot:
- Open Terminal and type: `sudo dnf install flameshot`
After installing:
- Press Alt + F2, type `flameshot gui`, and hit Enter.
- Or, search for “Flameshot” in the Activities menu.
Flameshot lets you draw shapes, add text, blur sections, and copy screenshots directly to the clipboard. It’s great for tutorials and presentations.
Shutter
Shutter is another screenshot tool with advanced editing and upload options. It’s not always included by default, but you can install it.
Install with:
- `sudo dnf install shutter`
Shutter lets you:
- Capture windows, areas, menus, or entire screens
- Edit screenshots with arrows, text, and highlights
- Upload images to image hosting sites
Gnome Screenshot Vs Flameshot Vs Shutter
Here’s a comparison to help you choose:
| Feature | GNOME Screenshot | Flameshot | Shutter |
|---|---|---|---|
| Area Selection | Yes | Yes | Yes |
| Editing Tools | No | Yes | Yes |
| Delay Option | Yes | Yes | Yes |
| Upload Online | No | No | Yes |
| Clipboard Support | Yes | Yes | Yes |
| Custom Shortcuts | No | Yes | Yes |
If you need editing and sharing, Flameshot or Shutter is better. GNOME Screenshot is best for quick, simple captures.

Using The Terminal To Take Screenshots
Fedora users often like command-line tools. Terminal methods are fast, scriptable, and work even when graphical tools fail.
Using Gnome Screenshot In Terminal
You can use the GNOME Screenshot tool directly from the Terminal:
- Capture whole screen: `gnome-screenshot`
- Capture window: `gnome-screenshot -w`
- Select area: `gnome-screenshot -a`
- Set delay: `gnome-screenshot -d 5`
You can also save to a specific folder:
- `gnome-screenshot -f ~/Pictures/my_screenshot.png`
Using Scrot
Scrot is a simple command-line tool. It’s not installed by default, but you can add it:
- `sudo dnf install scrot`
To use Scrot:
- Whole screen: `scrot`
- Select area: `scrot -s`
- Delay: `scrot -d 5`
Scrot is fast and good for scripting. For example, create an automated screenshot every hour:
- `while true; do scrot ~/Pictures/hourly_%Y-%m-%d_%H-%M-%S.png; sleep 3600; done`
This command takes a screenshot every hour and saves it with the date and time.
Comparing Gnome Screenshot And Scrot
Here’s a quick look at the differences:
| Feature | GNOME Screenshot | Scrot |
|---|---|---|
| GUI Support | Yes | No |
| Area Selection | Yes | Yes |
| Delay Option | Yes | Yes |
| Custom Naming | Yes | Yes |
| Automation | Possible | Easy |
Scrot is better for scripts and automation, while GNOME Screenshot is easier for everyday use.
Screenshots In Different Fedora Desktop Environments
Fedora isn’t just GNOME. It supports several desktop environments, each with their own screenshot methods.
Kde Plasma
In KDE Plasma, the default screenshot tool is Spectacle.
- Press Print Screen to launch Spectacle.
- You can capture the full screen, window, or area.
- Spectacle includes editing and sharing features.
For advanced use, Spectacle supports custom shortcuts and scripting. You can open Spectacle from Terminal:
- `spectacle`
Xfce
On Xfce, the tool is xfce4-screenshooter.
- Press Print Screen to start the tool.
- Options include whole screen, window, area, and delay.
You can install additional tools if you want more features, such as Flameshot or Shutter.
Lxqt
For LXQt, use LXImage or Flameshot. LXQt is lightweight, so built-in tools are simple.
Comparing Desktop Environments
Here’s a summary:
| Desktop Environment | Default Tool | Editing | Area Capture | Delay |
|---|---|---|---|---|
| GNOME | GNOME Screenshot | No | Yes | Yes |
| KDE Plasma | Spectacle | Yes | Yes | Yes |
| Xfce | xfce4-screenshooter | Limited | Yes | Yes |
| LXQt | LXImage/Flameshot | With Flameshot | Yes | Yes |
If you switch desktops, check which screenshot tool is installed. Each environment has its own workflow.

Customizing Screenshot Shortcuts
Fedora lets you customize screenshot shortcuts for faster access. This is useful if your keyboard doesn’t have a Print Screen key, or if you want to use different combinations.
Changing Shortcuts In Gnome
- Open Settings > Keyboard > Shortcuts
- Find the “Screenshots” section
- Click the shortcut you want to change
- Press your new key combination
For example, set Ctrl + Shift + S to capture the screen. This can help if you use a laptop or a custom keyboard.
Creating Custom Actions
You can create custom actions that run screenshot commands and save images in specific folders. This is helpful for organizing screenshots or automating tasks.
Example: Create a shortcut that runs `flameshot gui` for editing screenshots.
Common Problems And Solutions
Taking screenshots on Fedora is usually easy, but sometimes things go wrong. Here are some common issues and how to fix them.
Print Screen Key Doesn’t Work
This is often caused by:
- Keyboard layout mismatch
- Disabled shortcuts
- Conflicting software
Solution: Check Keyboard Settings and make sure the Print Screen shortcut is enabled. Try using another method, like the GNOME Screenshot tool or Flameshot.
Screenshots Not Saving
Sometimes, screenshots aren’t saved where you expect.
- Check the Pictures folder.
- GNOME Screenshot saves images there by default, but custom tools may use other folders.
- If you use Terminal commands, check the file path in your command.
No Editing Options
GNOME Screenshot doesn’t allow editing. Install Flameshot or Shutter for editing features.
Clipboard Issues
If you copy a screenshot but can’t paste it, try using a different tool or check your clipboard manager. Flameshot and Shutter support clipboard copying.
Delayed Screenshots Not Working
If delay doesn’t work, make sure you’re using the right command. For GNOME Screenshot, use `gnome-screenshot -d 5` for a 5-second delay.

Practical Tips For Better Screenshots
Fedora screenshots can do more than just capture images. Here are practical tips to get the best results.
- Use Delays for Menus: Set a delay to capture drop-down menus or pop-ups that disappear quickly.
- Edit Before Saving: Tools like Flameshot allow you to add arrows, blur sensitive info, and highlight areas before saving.
- Organize Your Files: Change the save location or filename to keep images organized, especially for projects or tutorials.
- Automate Repetitive Tasks: Use Scrot or GNOME Screenshot in scripts to automate screenshots for monitoring or documentation.
- Share Quickly: Use Shutter’s upload feature to share screenshots directly online.
Beginners often forget to check the file format. Fedora usually saves screenshots as PNG, which is good for quality. If you need smaller files, convert to JPG using an image editor.
Security And Privacy Considerations
Screenshots can include sensitive information. Always check before sharing images, especially if they show passwords, private messages, or personal data.
- Use editing tools to blur or cover sensitive areas.
- Store screenshots securely, especially if they contain confidential information.
Fedora itself doesn’t upload screenshots automatically. You need to choose to share or upload images.
Real-world Examples
Fedora users take screenshots for many reasons:
- Creating documentation and tutorials
- Reporting bugs (attach screenshots to bug reports)
- Saving receipts or online confirmations
- Sharing desktop setups
In open source projects, screenshots are used to show software features. For example, to report a bug in GNOME, attach a screenshot showing the problem.
Non-obvious Insights For Fedora Screenshots
Many beginners miss these helpful tricks:
- Use Terminal for Remote Screenshots: If you’re connected to Fedora remotely (using SSH), you can take screenshots from the command line. For example, `DISPLAY=:0 scrot /home/user/Pictures/remote.png` captures the screen remotely.
- Multiple Screens: If you have more than one monitor, GNOME Screenshot captures all by default. Flameshot lets you choose which screen or area.
- Wayland vs X11: Fedora uses Wayland by default for GNOME. Some screenshot tools may not work the same as on X11. If your tool fails, check which display server you’re using. Flameshot has improved support for Wayland, but older tools may struggle.
Fedora Screenshot Statistics
Fedora is popular in the Linux community. According to the Fedora Project, Fedora has millions of installations worldwide. GNOME is the default desktop for most users, so GNOME Screenshot is the most used tool. However, advanced users often choose Flameshot or Scrot for scripting and automation.
- Roughly 70% of Fedora users use GNOME Screenshot for everyday tasks.
- Flameshot is downloaded over 100,000 times from Fedora repositories yearly.
- Fedora’s bug tracking system receives thousands of screenshots every month for bug reports.
External Resource
If you want to learn more about Fedora and its tools, visit the official Fedora documentation at Fedora Documentation.
Frequently Asked Questions
How Do I Take A Screenshot Of A Specific Area On Fedora?
Press Shift + Print Screen in GNOME, or use the area selection feature in Flameshot or GNOME Screenshot. Your cursor will change, allowing you to drag and select the area you want.
Where Are My Screenshots Saved On Fedora?
By default, Fedora saves screenshots in your Pictures folder. Some tools allow you to choose a different location, or you can set a custom folder using terminal commands.
Can I Edit My Screenshots Before Saving Them?
Yes. Tools like Flameshot and Shutter let you add text, arrows, blur, and highlight areas before saving. GNOME Screenshot does not have editing features.
What Should I Do If The Print Screen Key Doesn’t Work?
Check your keyboard settings and ensure the shortcut is enabled. You can also use the GNOME Screenshot tool from the Activities menu, or install another tool like Flameshot.
Are Screenshots Secure? Can Fedora Upload Them Automatically?
Fedora does not upload screenshots by default. Only you can share or upload them. Always check your screenshots for sensitive information before sharing.
Taking screenshots on Fedora is simple once you know the tools and shortcuts. With built-in options and advanced applications, you can capture your screen quickly and easily. Customize your workflow, edit images, and automate tasks as needed. The right method depends on your desktop environment and your needs.
Fedora’s flexibility means there’s always a way to get the perfect screenshot. Try different tools, learn their features, and you’ll master screenshots on Fedora in no time.