Logo Cinquin Andy Signature

Flameshot installation and configuration guide

Développeur Freelance - Logo

The sites and the associated resources.

Flameshot installation and configuration guide

Posted on  - March 3, 2025 by Andy Cinquin

FlameshotScreenshotsLinux

Introduction

Flameshot is a powerful screenshot tool for Linux that offers many annotation and editing features. This guide explains how to install, configure, and troubleshoot common issues.

Installing Flameshot

To install Flameshot on Fedora/RHEL-based distributions, use the following command:
sudo dnf install flameshot

Setting up a Keyboard Shortcut

Once Flameshot is installed, you need to configure a keyboard shortcut to use it easily:
  1. Access your system's keyboard shortcut settings
  2. Add a new shortcut with the command flameshot gui
![[Pasted image 20250213152314.png]] ![[Pasted image 20250213152334.png]] ![[Pasted image 20250213152356.png]]

Troubleshooting Common Issues

If the keyboard shortcut doesn't work correctly, you can use this alternative solution:
  1. Navigate to your home directory:
    cd ~
    
  2. Create a shell script to launch Flameshot:
    vim launch_flameshot.sh
    
  3. Add the following content to the script:
    #!/bin/bash
    flameshot gui
    
  4. Make the script executable:
    chmod +x launch_flameshot.sh
    
  5. Configure the keyboard shortcut to use this script by specifying the full path:
    /home/your_username/launch_flameshot.sh
    
    (Replace "your_username" with your actual username)
![[Pasted image 20250213152602.png]]

Basic Usage

Once configured, you can use the keyboard shortcut to take screenshots. Flameshot allows you to:
  • Precisely select the area to capture
  • Add annotations, arrows, text, and shapes
  • Blur sensitive parts
  • Save in different formats or copy directly to the clipboard

Conclusion

Flameshot is now installed and configured on your system. For more information on advanced features, check the official documentation.



🚀 Thanks for reading!
If you enjoyed this article, feel free to share it around.

💡 Got an idea? Let's talk !

DEVELOP YOUR PROJECTS TOGETHER

An idea, a project? I'm here to answer your questions and help you.
I'd be delighted to discuss your project with you!