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:
- Access your system's keyboard shortcut settings
- 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:
-
Navigate to your home directory:
cd ~
-
Create a shell script to launch Flameshot:
vim launch_flameshot.sh
-
Add the following content to the script:
#!/bin/bash flameshot gui
-
Make the script executable:
chmod +x launch_flameshot.sh
-
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 !☕