solving problem flameshot not run on ubuntu 24.04 lts

As you know Flameshot is a powerful, open-source screenshot tool for Linux and other platforms that offers advanced annotation and editing features directly within the capture interface. Unlike basic screenshot utilities, Flameshot lets you draw shapes, highlight areas, blur sensitive information, and add text or arrows before saving or copying the image—all in a streamlined GUI. It supports customizable keyboard shortcuts, system tray integration, and direct image upload to services like Imgur. It’s especially useful for developers, tech writers, and support teams needing quick visual feedback or documentation.

Flameshot is the best screenshot tool that I know, and I like it right now, but I got an error when using Wayland in my Ubuntu 24.04 LTS, and good news, I found a way to solve it

Firstly please confirm flameshot realpath:

which flameshot //and you will find this /usr/bin/flameshot

Let's create a file /usr/local/bin/flameshot:

cat <<EOF | sudo tee /usr/local/bin/flameshot > /dev/null
#!/bin/bash
QT_QPA_PLATFORM=wayland /usr/bin/flameshot "\$@"
EOF

Then add execute permission for it:

sudo chmod +x /usr/local/bin/flameshot

And voilla flameshot running


Discover more from Susiloharjo

Subscribe to get the latest posts sent to your email.

Related Posts

ubuntu bluetooth

bluetooth problem with ubuntu 24.02 lts

I try many ways to fix my bluetooth speaker and finally this works for me , give a try maybe will help you also. restart the Bluetooth…

nginx-error-log

Howto resolve nginx proxy manager failed to renew ssl

  I’ve been using Nginx Proxy Manager for a couple of years now. It provides free SSL with Let’s Encrypt, is designed with security in mind, and…

embracing-ai-in-the-workplace

Embracing AI in the Workplace: A Guide for Professionals

Hello, professionals of all ages and experience levels! Are you ready to dive into the exciting world of AI at work? Whether you’re a seasoned veteran or…

people coding using ai

How to Use Google Trends to Your Advantage

Hey there, trendsetters and curious minds! Have you ever wondered what the world is buzzing about online? Well, Google Trends is your backstage pass to the hottest…

data-access-management

Understanding and Implementing Data Access Management

Managing who has access to your company’s data is crucial for keeping it safe from unauthorized use. Data access management is all about using methods like password…

data retention

Simplifying Data Retention Policies: A Guide for Your Organization

Introduction Have you ever cleaned out your closet and accidentally donated a favorite sweater? Or maybe you deleted a cherished photo while trying to free up space…

Leave a Reply

Discover more from Susiloharjo

Subscribe now to keep reading and get access to the full archive.

Continue reading